#4C74E1

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

Shades of Royal Blue #4C74E1

Tints of Royal Blue #4C74E1

Color information

#4C74E1 (or 0x4C74E1) is unknown color: approx Royal Blue. HEX triplet: 4C, 74 and E1. RGB value is (76,116,225). Sum of RGB (Red+Green+Blue) = 76+116+225=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #4C74E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74E1 is #B38B1E. Grayscale: #737373. Windows color (decimal): -11766559 or 14775372. OLE color: 14775372.

HSL color Cylindrical-coordinate representation of color #4C74E1: hue angle of 223.89º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C74E1 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB76116225-
CMYK0.660.4800.12
HSL223.89º71.29%59.02%-
HSV(B)223.89º66.22%88.24%-
XYZ22.8219.4673.79-
YUV116.47189.2599.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.23%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 225 (88.28% from 255) = 53.96%
R=18.23%
G=27.82%
B=53.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal761162250.660.4800.12223.8971.2959.02
Hex4C74E142300Ce0473b
Octal1141643411026001434010773
Binary1001100111010011100001100001011000001100111000001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C74E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,225); }

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

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

 a { background-color: rgb(76,116,225); }

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

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

 span { border-color: rgb(76,116,225); }

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