#4176CD

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

Shades of Royal Blue #4176CD

Tints of Royal Blue #4176CD

Color information

#4176CD (or 0x4176CD) is unknown color: approx Royal Blue. HEX triplet: 41, 76 and CD. RGB value is (65,118,205). Sum of RGB (Red+Green+Blue) = 65+118+205=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #4176CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176CD is #BE8932. Grayscale: #6F6F6F. Windows color (decimal): -12486963 or 13465153. OLE color: 13465153.

HSL color Cylindrical-coordinate representation of color #4176CD: hue angle of 217.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4176CD is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65118205-
CMYK0.680.4200.20
HSL217.29º58.33%52.94%-
HSV(B)217.29º68.29%80.39%-
XYZ19.6818.4960.29-
YUV112.07180.4494.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.75%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 205 (80.47% from 255) = 52.84%
R=16.75%
G=30.41%
B=52.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651182050.680.4200.20217.2958.3352.94
Hex4176CD442A014d93a35
Octal101166315104520243317265
Binary1000001111011011001101100010010101001010011011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4176CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4176CD; }

 p { color: rgb(65,118,205); }

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

<style>
 a { background-color: #4176CD; }

 a { background-color: rgb(65,118,205); }

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

<style>
 span { border-color: #4176CD; }

 span { border-color: rgb(65,118,205); }

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