Html Css Color HEX #4F70DE Royal Blue

📋 copy color: '#4F70DE'

red 79 ◦ green 112 ◦ blue 222

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

Shades of Royal Blue #4F70DE

Tints of Royal Blue #4F70DE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 19.13%
G = 27.12%
B = 53.75%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F70DE (or 0x4F70DE) is known color: Royal Blue. HEX triplet: 4F, 70 and DE. RGB value is (79,112,222). Sum of RGB (Red+Green+Blue) = 79+112+222=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #4F70DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70DE is #B08F21. Grayscale: #727272. Windows color (decimal): -11570978 or 14577743. OLE color: 14577743.

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

Color convert

RGB 79 112 222 -
CMYK 0.64 0.50 0 0.13
HSL 226.15º 0.68% 0.59% -
HSV(B) 226.15º 0.64% 0.87% -
XYZ 22.2 18.52 71.51 -
YUV 114.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 79 112 222 0.64 0.50 0 0.13 226.15 0.68 0.59
Hex 4F 70 DE 40 32 0 D E2 44 3B
Octal 117 160 336 100 62 0 15 342 104 73
Binary 1001111 1110000 11011110 1000000 110010 0 1101 11100010 1000100 111011

Color Harmonies of #4F70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F70DE

Black with #4F70DE

Text Example


Text Example

White with #4F70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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