#4575CD

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

Shades of Royal Blue #4575CD

Tints of Royal Blue #4575CD

Color information

#4575CD (or 0x4575CD) is unknown color: approx Royal Blue. HEX triplet: 45, 75 and CD. RGB value is (69,117,205). Sum of RGB (Red+Green+Blue) = 69+117+205=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #4575CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575CD is #BA8A32. Grayscale: #707070. Windows color (decimal): -12225075 or 13464901. OLE color: 13464901.

HSL color Cylindrical-coordinate representation of color #4575CD: hue angle of 218.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4575CD is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69117205-
CMYK0.660.4300.20
HSL218.82º57.63%53.73%-
HSV(B)218.82º66.34%80.39%-
XYZ19.8318.460.26-
YUV112.68180.196.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.65%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 205 (80.47% from 255) = 52.43%
R=17.65%
G=29.92%
B=52.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691172050.660.4300.20218.8257.6353.73
Hex4575CD422B014db3a36
Octal105165315102530243337266
Binary1000101111010111001101100001010101101010011011011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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