#4171CA

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

Shades of Royal Blue #4171CA

Tints of Royal Blue #4171CA

Color information

#4171CA (or 0x4171CA) is unknown color: approx Royal Blue. HEX triplet: 41, 71 and CA. RGB value is (65,113,202). Sum of RGB (Red+Green+Blue) = 65+113+202=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #4171CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171CA is #BE8E35. Grayscale: #6C6C6C. Windows color (decimal): -12488246 or 13267265. OLE color: 13267265.

HSL color Cylindrical-coordinate representation of color #4171CA: hue angle of 218.98º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4171CA is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65113202-
CMYK0.680.4400.21
HSL218.98º56.38%52.35%-
HSV(B)218.98º67.82%79.22%-
XYZ18.7517.258.21-
YUV108.79180.696.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=17.11%
G=29.74%
B=53.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651132020.680.4400.21218.9856.3852.35
Hex4171CA442C015db3834
Octal101161312104540253337064
Binary1000001111000111001010100010010110001010111011011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4171CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4171CA; }

 p { color: rgb(65,113,202); }

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

<style>
 a { background-color: #4171CA; }

 a { background-color: rgb(65,113,202); }

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

<style>
 span { border-color: #4171CA; }

 span { border-color: rgb(65,113,202); }

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