#4665D2

Color #4665D2 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4665D2

Tints of Royal Blue #4665D2

Color information

#4665D2 (or 0x4665D2) is unknown color: approx Royal Blue. HEX triplet: 46, 65 and D2. RGB value is (70,101,210). Sum of RGB (Red+Green+Blue) = 70+101+210=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #4665D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665D2 is #B99A2D. Grayscale: #676767. Windows color (decimal): -12163630 or 13788486. OLE color: 13788486.

HSL color Cylindrical-coordinate representation of color #4665D2: hue angle of 226.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4665D2 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70101210-
CMYK0.670.5200.18
HSL226.71º60.87%54.9%-
HSV(B)226.71º66.67%82.35%-
XYZ18.8115.2662.93-
YUV104.16187.73103.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 210 (82.42% from 255) = 55.12%
R=18.37%
G=26.51%
B=55.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701012100.670.5200.18226.7160.8754.9
Hex4665D24334012e33d37
Octal106145322103640223437567
Binary1000110110010111010010100001111010001001011100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4665D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4665D2; }

 p { color: rgb(70,101,210); }

 H1.HeaderClassName
 {
   color: #4665D2;
 }
 .AnyTagClassName
 {
   color: #4665D2;
 }
</style>
background-color css

<style>
 a { background-color: #4665D2; }

 a { background-color: rgb(70,101,210); }

 div.DivClassName
 {
   background-color: #4665D2;
 }
 .BgClassName
 {
   background-color: #4665D2;
 }
</style>
border-color css

<style>
 span { border-color: #4665D2; }

 span { border-color: rgb(70,101,210); }

 td.TdClassName
 {
   border-color: #4665D2;
 }
 .TagClassName
 {
   border-color: #4665D2;
 }
</style>