#4F64DE

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

Shades of Royal Blue #4F64DE

Tints of Royal Blue #4F64DE

Color information

#4F64DE (or 0x4F64DE) is unknown color: approx Royal Blue. HEX triplet: 4F, 64 and DE. RGB value is (79,100,222). Sum of RGB (Red+Green+Blue) = 79+100+222=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F64DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F64DE is #B09B21. Grayscale: #6B6B6B. Windows color (decimal): -11574050 or 14574671. OLE color: 14574671.

HSL color Cylindrical-coordinate representation of color #4F64DE: hue angle of 231.19º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F64DE is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79100222-
CMYK0.640.5500.13
HSL231.19º68.42%59.02%-
HSV(B)231.19º64.41%87.06%-
XYZ20.9716.0571.1-
YUV107.63192.54107.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 222 (87.11% from 255) = 55.36%
R=19.70%
G=24.94%
B=55.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791002220.640.5500.13231.1968.4259.02
Hex4F64DE40370De7443b
Octal1171443361006701534710473
Binary1001111110010011011110100000011011101101111001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,100,222); }

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

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

 a { background-color: rgb(79,100,222); }

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

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

 span { border-color: rgb(79,100,222); }

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