#4C74E5

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

Shades of Royal Blue #4C74E5

Tints of Royal Blue #4C74E5

Color information

#4C74E5 (or 0x4C74E5) is unknown color: approx Royal Blue. HEX triplet: 4C, 74 and E5. RGB value is (76,116,229). Sum of RGB (Red+Green+Blue) = 76+116+229=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C74E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74E5 is #B38B1A. Grayscale: #747474. Windows color (decimal): -11766555 or 15037516. OLE color: 15037516.

HSL color Cylindrical-coordinate representation of color #4C74E5: hue angle of 224.31º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C74E5 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB76116229-
CMYK0.670.4900.10
HSL224.31º74.63%59.8%-
HSV(B)224.31º66.81%89.8%-
XYZ23.3719.6876.7-
YUV116.92191.2598.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.05%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 229 (89.84% from 255) = 54.39%
R=18.05%
G=27.55%
B=54.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal761162290.670.4900.10224.3174.6359.8
Hex4C74E543310Ae04b3c
Octal1141643451036101234011374
Binary1001100111010011100101100001111000101010111000001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C74E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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