#4170CC

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

Shades of Royal Blue #4170CC

Tints of Royal Blue #4170CC

Color information

#4170CC (or 0x4170CC) is unknown color: approx Royal Blue. HEX triplet: 41, 70 and CC. RGB value is (65,112,204). Sum of RGB (Red+Green+Blue) = 65+112+204=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #4170CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170CC is #BE8F33. Grayscale: #6C6C6C. Windows color (decimal): -12488500 or 13398081. OLE color: 13398081.

HSL color Cylindrical-coordinate representation of color #4170CC: hue angle of 219.71º 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 #4170CC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65112204-
CMYK0.680.4500.2
HSL219.71º57.68%52.75%-
HSV(B)219.71º68.14%80%-
XYZ18.8717.0759.43-
YUV108.44181.9397.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=17.06%
G=29.40%
B=53.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651122040.680.4500.2219.7157.6852.75
Hex4170CC442D014dc3a35
Octal101160314104550243347265
Binary1000001111000011001100100010010110101010011011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4170CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4170CC; }

 p { color: rgb(65,112,204); }

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

<style>
 a { background-color: #4170CC; }

 a { background-color: rgb(65,112,204); }

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

<style>
 span { border-color: #4170CC; }

 span { border-color: rgb(65,112,204); }

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