Html Css Color HEX #4F7CDB Royal Blue

📋 copy color: '#4F7CDB'

red 79 ◦ green 124 ◦ blue 219

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

Shades of Royal Blue #4F7CDB

Tints of Royal Blue #4F7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 18.72%
G = 29.38%
B = 51.9%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F7CDB (or 0x4F7CDB) is known color: Royal Blue. HEX triplet: 4F, 7C and DB. RGB value is (79,124,219). Sum of RGB (Red+Green+Blue) = 79+124+219=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F7CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F7CDB is #B08324. Grayscale: #787878. Windows color (decimal): -11567909 or 14384207. OLE color: 14384207.

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

Color convert

RGB 79 124 219 -
CMYK 0.64 0.43 0 0.14
HSL 220.71º 0.66% 0.58% -
HSV(B) 220.71º 0.64% 0.86% -
XYZ 23.22 21.19 69.88 -
YUV 121.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 79 124 219 0.64 0.43 0 0.14 220.71 0.66 0.58
Hex 4F 7C DB 40 2B 0 E DD 42 3A
Octal 117 174 333 100 53 0 16 335 102 72
Binary 1001111 1111100 11011011 1000000 101011 0 1110 11011101 1000010 111010

Color Harmonies of #4F7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7CDB

Black with #4F7CDB

Text Example


Text Example

White with #4F7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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