Html Css Color HEX #4F5BE2 Royal Blue

📋 copy color: '#4F5BE2'

red 79 ◦ green 91 ◦ blue 226

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

Shades of Royal Blue #4F5BE2

Tints of Royal Blue #4F5BE2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

 BLUE value IS 226 (88.67% from 255) = 57.07%

R = 19.95%
G = 22.98%
B = 57.07%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4F5BE2 (or 0x4F5BE2) is known color: Royal Blue. HEX triplet: 4F, 5B and E2. RGB value is (79,91,226). Sum of RGB (Red+Green+Blue) = 79+91+226=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 226 (88.67% from 255 or 57.07% from 396); Max value from RGB is 226 - color contains mainly: blue. Hex color #4F5BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BE2 is #B0A41D. Grayscale: #666666. Windows color (decimal): -11576350 or 14834511. OLE color: 14834511.

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

Color convert

RGB 79 91 226 -
CMYK 0.65 0.60 0 0.11
HSL 235.1º 0.72% 0.6% -
HSV(B) 235.1º 0.65% 0.89% -
XYZ 20.69 14.64 73.69 -
YUV 102.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 79 91 226 0.65 0.60 0 0.11 235.1 0.72 0.6
Hex 4F 5B E2 41 3C 0 B EB 48 3C
Octal 117 133 342 101 74 0 13 353 110 74
Binary 1001111 1011011 11100010 1000001 111100 0 1011 11101011 1001000 111100

Color Harmonies of #4F5BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5BE2

Black with #4F5BE2

Text Example


Text Example

White with #4F5BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,91,226); }

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

background-color css

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

 a { background-color: rgb(79,91,226); }

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

border-color css

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

 span { border-color: rgb(79,91,226); }

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