#4669d0

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

Shades of Royal Blue #4669D0

Tints of Royal Blue #4669D0

Color information

#4669D0 (or 0x4669D0) is unknown color: approx Royal Blue. HEX triplet: 46, 69 and D0. RGB value is (70,105,208). Sum of RGB (Red+Green+Blue) = 70+105+208=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #4669D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4669D0 is #B9962F. Grayscale: #696969. Windows color (decimal): -12162608 or 13658438. OLE color: 13658438.

HSL color Cylindrical-coordinate representation of color #4669D0: hue angle of 224.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4669D0 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70105208-
CMYK0.660.5000.18
HSL224.78º59.48%54.51%-
HSV(B)224.78º66.35%81.57%-
XYZ18.9615.9661.76-
YUV106.28185.4102.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 208 (81.64% from 255) = 54.31%
R=18.28%
G=27.42%
B=54.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701052080.660.5000.18224.7859.4854.51
Hex4669D04232012e13b37
Octal106151320102620223417367
Binary1000110110100111010000100001011001001001011100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4669d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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