#4671DE

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

Shades of Royal Blue #4671DE

Tints of Royal Blue #4671DE

Color information

#4671DE (or 0x4671DE) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and DE. RGB value is (70,113,222). Sum of RGB (Red+Green+Blue) = 70+113+222=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #4671DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671DE is #B98E21. Grayscale: #707070. Windows color (decimal): -12160546 or 14577990. OLE color: 14577990.

HSL color Cylindrical-coordinate representation of color #4671DE: hue angle of 223.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4671DE is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70113222-
CMYK0.680.4900.13
HSL223.03º69.72%57.25%-
HSV(B)223.03º68.47%87.06%-
XYZ21.6218.3971.52-
YUV112.57189.7597.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 222 (87.11% from 255) = 54.81%
R=17.28%
G=27.90%
B=54.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701132220.680.4900.13223.0369.7257.25
Hex4671DE44310Ddf4639
Octal1061613361046101533710671
Binary1000110111000111011110100010011000101101110111111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4671DE; }

 p { color: rgb(70,113,222); }

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

<style>
 a { background-color: #4671DE; }

 a { background-color: rgb(70,113,222); }

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

<style>
 span { border-color: #4671DE; }

 span { border-color: rgb(70,113,222); }

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