Html Css Color HEX #4F5ADE Royal Blue

📋 copy color: '#4F5ADE'

red 79 ◦ green 90 ◦ blue 222

#4F5ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4F5ADE

Tints of Royal Blue #4F5ADE

RGB

 RED value IS 79 (31.25% from 255) = 20.2%

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 222 (87.11% from 255) = 56.78%

R = 20.2%
G = 23.02%
B = 56.78%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F5ADE (or 0x4F5ADE) is known color: Royal Blue. HEX triplet: 4F, 5A and DE. RGB value is (79,90,222). Sum of RGB (Red+Green+Blue) = 79+90+222=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F5ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ADE is #B0A521. Grayscale: #656565. Windows color (decimal): -11576610 or 14572111. OLE color: 14572111.

HSL color Cylindrical-coordinate representation of color #4F5ADE: hue angle of 235.38º 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 #4F5ADE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 90 222 -
CMYK 0.64 0.59 0 0.13
HSL 235.38º 0.68% 0.59% -
HSV(B) 235.38º 0.64% 0.87% -
XYZ 20.07 14.25 70.8 -
YUV 101.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 79 90 222 0.64 0.59 0 0.13 235.38 0.68 0.59
Hex 4F 5A DE 40 3B 0 D EB 44 3B
Octal 117 132 336 100 73 0 15 353 104 73
Binary 1001111 1011010 11011110 1000000 111011 0 1101 11101011 1000100 111011

Color Harmonies of #4F5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5ADE

Black with #4F5ADE

Text Example


Text Example

White with #4F5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5ADE;
 }
 .AnyTagClassName
 {
   color: #4F5ADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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