#4175CC

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

Shades of Royal Blue #4175CC

Tints of Royal Blue #4175CC

Color information

#4175CC (or 0x4175CC) is unknown color: approx Royal Blue. HEX triplet: 41, 75 and CC. RGB value is (65,117,204). Sum of RGB (Red+Green+Blue) = 65+117+204=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #4175CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175CC is #BE8A33. Grayscale: #6E6E6E. Windows color (decimal): -12487220 or 13399361. OLE color: 13399361.

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

Color convert

RGB65117204-
CMYK0.680.4300.2
HSL217.55º57.68%52.75%-
HSV(B)217.55º68.14%80%-
XYZ19.4418.2159.62-
YUV111.37180.2794.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 204 (80.08% from 255) = 52.85%
R=16.84%
G=30.31%
B=52.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651172040.680.4300.2217.5557.6852.75
Hex4175CC442B014da3a35
Octal101165314104530243327265
Binary1000001111010111001100100010010101101010011011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4175CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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