#4175CF

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

Shades of Royal Blue #4175CF

Tints of Royal Blue #4175CF

Color information

#4175CF (or 0x4175CF) is unknown color: approx Royal Blue. HEX triplet: 41, 75 and CF. RGB value is (65,117,207). Sum of RGB (Red+Green+Blue) = 65+117+207=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #4175CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175CF is #BE8A30. Grayscale: #6F6F6F. Windows color (decimal): -12487217 or 13595969. OLE color: 13595969.

HSL color Cylindrical-coordinate representation of color #4175CF: hue angle of 218.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4175CF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65117207-
CMYK0.690.4300.19
HSL218.03º59.66%53.33%-
HSV(B)218.03º68.6%81.18%-
XYZ19.818.3561.53-
YUV111.71181.7794.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=16.71%
G=30.08%
B=53.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651172070.690.4300.19218.0359.6653.33
Hex4175CF452B013da3c35
Octal101165317105530233327465
Binary1000001111010111001111100010110101101001111011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4175CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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