#4669D2

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

Shades of Royal Blue #4669D2

Tints of Royal Blue #4669D2

Color information

#4669D2 (or 0x4669D2) is unknown color: approx Royal Blue. HEX triplet: 46, 69 and D2. RGB value is (70,105,210). Sum of RGB (Red+Green+Blue) = 70+105+210=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #4669D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4669D2 is #B9962D. Grayscale: #6A6A6A. Windows color (decimal): -12162606 or 13789510. OLE color: 13789510.

HSL color Cylindrical-coordinate representation of color #4669D2: hue angle of 225º 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 #4669D2 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70105210-
CMYK0.670.5000.18
HSL225º60.87%54.9%-
HSV(B)225º66.67%82.35%-
XYZ19.2116.0663.06-
YUV106.5186.4101.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 210 (82.42% from 255) = 54.55%
R=18.18%
G=27.27%
B=54.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701052100.670.5000.1822560.8754.9
Hex4669D24332012e13d37
Octal106151322103620223417567
Binary1000110110100111010010100001111001001001011100001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4669D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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