#4175CD

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

Shades of Royal Blue #4175CD

Tints of Royal Blue #4175CD

Color information

#4175CD (or 0x4175CD) is unknown color: approx Royal Blue. HEX triplet: 41, 75 and CD. RGB value is (65,117,205). Sum of RGB (Red+Green+Blue) = 65+117+205=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #4175CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175CD is #BE8A32. Grayscale: #6F6F6F. Windows color (decimal): -12487219 or 13464897. OLE color: 13464897.

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

Color convert

RGB65117205-
CMYK0.680.4300.20
HSL217.71º58.33%52.94%-
HSV(B)217.71º68.29%80.39%-
XYZ19.5618.2560.25-
YUV111.48180.7794.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=16.80%
G=30.23%
B=52.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651172050.680.4300.20217.7158.3352.94
Hex4175CD442B014da3a35
Octal101165315104530243327265
Binary1000001111010111001101100010010101101010011011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4175CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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