#4C75EF

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

Shades of Royal Blue #4C75EF

Tints of Royal Blue #4C75EF

Color information

#4C75EF (or 0x4C75EF) is unknown color: approx Royal Blue. HEX triplet: 4C, 75 and EF. RGB value is (76,117,239). Sum of RGB (Red+Green+Blue) = 76+117+239=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C75EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C75EF is #B38A10. Grayscale: #767676. Windows color (decimal): -11766289 or 15693132. OLE color: 15693132.

HSL color Cylindrical-coordinate representation of color #4C75EF: hue angle of 224.91º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C75EF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76117239-
CMYK0.680.5100.06
HSL224.91º83.59%61.76%-
HSV(B)224.91º68.2%93.73%-
XYZ24.9220.4984.3-
YUV118.65195.9297.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.59%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 239 (93.75% from 255) = 55.32%
R=17.59%
G=27.08%
B=55.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal761172390.680.5100.06224.9183.5961.76
Hex4C75EF443306e1543e
Octal114165357104630634112476
Binary100110011101011110111110001001100110110111000011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C75EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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