#4168D4

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

Shades of Royal Blue #4168D4

Tints of Royal Blue #4168D4

Color information

#4168D4 (or 0x4168D4) is unknown color: approx Royal Blue. HEX triplet: 41, 68 and D4. RGB value is (65,104,212). Sum of RGB (Red+Green+Blue) = 65+104+212=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 212 (83.20% from 255 or 55.64% from 381); Max value from RGB is 212 - color contains mainly: blue. Hex color #4168D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4168D4 is #BE972B. Grayscale: #686868. Windows color (decimal): -12490540 or 13920321. OLE color: 13920321.

HSL color Cylindrical-coordinate representation of color #4168D4: hue angle of 224.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4168D4 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB65104212-
CMYK0.690.5100.17
HSL224.08º63.09%54.31%-
HSV(B)224.08º69.34%83.14%-
XYZ19.0115.7864.33-
YUV104.65188.5899.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 212 (83.20% from 255) = 55.64%
R=17.06%
G=27.30%
B=55.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal651042120.690.5100.17224.0863.0954.31
Hex4168D44533011e03f36
Octal101150324105630213407766
Binary1000001110100011010100100010111001101000111100000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4168D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4168D4; }

 p { color: rgb(65,104,212); }

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

<style>
 a { background-color: #4168D4; }

 a { background-color: rgb(65,104,212); }

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

<style>
 span { border-color: #4168D4; }

 span { border-color: rgb(65,104,212); }

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