#4B64D8

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

Shades of Royal Blue #4B64D8

Tints of Royal Blue #4B64D8

Color information

#4B64D8 (or 0x4B64D8) is unknown color: approx Royal Blue. HEX triplet: 4B, 64 and D8. RGB value is (75,100,216). Sum of RGB (Red+Green+Blue) = 75+100+216=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #4B64D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B64D8 is #B49B27. Grayscale: #696969. Windows color (decimal): -11836200 or 14181451. OLE color: 14181451.

HSL color Cylindrical-coordinate representation of color #4B64D8: hue angle of 229.36º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B64D8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75100216-
CMYK0.650.5400.15
HSL229.36º64.38%57.06%-
HSV(B)229.36º65.28%84.71%-
XYZ19.8515.5766.92-
YUV105.75190.22106.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 216 (84.77% from 255) = 55.24%
R=19.18%
G=25.58%
B=55.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751002160.650.5400.15229.3664.3857.06
Hex4B64D841360Fe54039
Octal1131443301016601734510071
Binary1001011110010011011000100000111011001111111001011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B64D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,216); }

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

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

 a { background-color: rgb(75,100,216); }

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

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

 span { border-color: rgb(75,100,216); }

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