#4d75e4

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

Shades of Royal Blue #4D75E4

Tints of Royal Blue #4D75E4

Color information

#4D75E4 (or 0x4D75E4) is unknown color: approx Royal Blue. HEX triplet: 4D, 75 and E4. RGB value is (77,117,228). Sum of RGB (Red+Green+Blue) = 77+117+228=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #4D75E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D75E4 is #B28A1B. Grayscale: #757575. Windows color (decimal): -11700764 or 14972237. OLE color: 14972237.

HSL color Cylindrical-coordinate representation of color #4D75E4: hue angle of 224.11º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D75E4 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB77117228-
CMYK0.660.4900.11
HSL224.11º73.66%59.8%-
HSV(B)224.11º66.23%89.41%-
XYZ23.4319.976.01-
YUV117.69190.2598.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.25%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 228 (89.45% from 255) = 54.03%
R=18.25%
G=27.73%
B=54.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal771172280.660.4900.11224.1173.6659.8
Hex4D75E442310Be04a3c
Octal1151653441026101334011274
Binary1001101111010111100100100001011000101011111000001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d75e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,117,228); }

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

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

 a { background-color: rgb(77,117,228); }

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

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

 span { border-color: rgb(77,117,228); }

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