Html Css Color HEX #4F5BDB Royal Blue

📋 copy color: '#4F5BDB'

red 79 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #4F5BDB

Tints of Royal Blue #4F5BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 20.31%
G = 23.39%
B = 56.3%

CMYK

 C value IS 0.64

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F5BDB (or 0x4F5BDB) is known color: Royal Blue. HEX triplet: 4F, 5B and DB. RGB value is (79,91,219). Sum of RGB (Red+Green+Blue) = 79+91+219=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F5BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BDB is #B0A424. Grayscale: #656565. Windows color (decimal): -11576357 or 14375759. OLE color: 14375759.

HSL color Cylindrical-coordinate representation of color #4F5BDB: hue angle of 234.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F5BDB is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 91 219 -
CMYK 0.64 0.58 0 0.14
HSL 234.86º 0.66% 0.58% -
HSV(B) 234.86º 0.64% 0.86% -
XYZ 19.75 14.26 68.73 -
YUV 102 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 79 91 219 0.64 0.58 0 0.14 234.86 0.66 0.58
Hex 4F 5B DB 40 3A 0 E EB 42 3A
Octal 117 133 333 100 72 0 16 353 102 72
Binary 1001111 1011011 11011011 1000000 111010 0 1110 11101011 1000010 111010

Color Harmonies of #4F5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5BDB

Black with #4F5BDB

Text Example


Text Example

White with #4F5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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