#4C75EC

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

Shades of Royal Blue #4C75EC

Tints of Royal Blue #4C75EC

Color information

#4C75EC (or 0x4C75EC) is unknown color: approx Royal Blue. HEX triplet: 4C, 75 and EC. RGB value is (76,117,236). Sum of RGB (Red+Green+Blue) = 76+117+236=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C75EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C75EC is #B38A13. Grayscale: #757575. Windows color (decimal): -11766292 or 15496524. OLE color: 15496524.

HSL color Cylindrical-coordinate representation of color #4C75EC: hue angle of 224.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C75EC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB76117236-
CMYK0.680.5000.07
HSL224.62º80.81%61.18%-
HSV(B)224.62º67.8%92.55%-
XYZ24.4820.3281.99-
YUV118.31194.4297.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.72%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 236 (92.58% from 255) = 55.01%
R=17.72%
G=27.27%
B=55.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal761172360.680.5000.07224.6280.8161.18
Hex4C75EC443207e1513d
Octal114165354104620734112175
Binary100110011101011110110010001001100100111111000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C75EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C75EC; }

 p { color: rgb(76,117,236); }

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

<style>
 a { background-color: #4C75EC; }

 a { background-color: rgb(76,117,236); }

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

<style>
 span { border-color: #4C75EC; }

 span { border-color: rgb(76,117,236); }

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