#4C5FEF

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

Shades of Royal Blue #4C5FEF

Tints of Royal Blue #4C5FEF

Color information

#4C5FEF (or 0x4C5FEF) is unknown color: approx Royal Blue. HEX triplet: 4C, 5F and EF. RGB value is (76,95,239). Sum of RGB (Red+Green+Blue) = 76+95+239=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C5FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5FEF is #B3A010. Grayscale: #696969. Windows color (decimal): -11771921 or 15687500. OLE color: 15687500.

HSL color Cylindrical-coordinate representation of color #4C5FEF: hue angle of 233.01º 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 #4C5FEF is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7695239-
CMYK0.680.6000.06
HSL233.01º83.59%61.76%-
HSV(B)233.01º68.2%93.73%-
XYZ22.6515.9583.55-
YUV105.73203.21106.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.54%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 239 (93.75% from 255) = 58.29%
R=18.54%
G=23.17%
B=58.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76952390.680.6000.06233.0183.5961.76
Hex4C5FEF443C06e9543e
Octal114137357104740635112476
Binary100110010111111110111110001001111000110111010011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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