Html Css Color HEX #4F70ED Royal Blue

📋 copy color: '#4F70ED'

red 79 ◦ green 112 ◦ blue 237

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

Shades of Royal Blue #4F70ED

Tints of Royal Blue #4F70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 18.46%
G = 26.17%
B = 55.37%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4F70ED (or 0x4F70ED) is known color: Royal Blue. HEX triplet: 4F, 70 and ED. RGB value is (79,112,237). Sum of RGB (Red+Green+Blue) = 79+112+237=428 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.46% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #4F70ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F70ED is #B08F12. Grayscale: #737373. Windows color (decimal): -11570963 or 15560783. OLE color: 15560783.

HSL color Cylindrical-coordinate representation of color #4F70ED: hue angle of 227.47º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F70ED is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 112 237 -
CMYK 0.67 0.53 0 0.07
HSL 227.47º 0.81% 0.62% -
HSV(B) 227.47º 0.67% 0.93% -
XYZ 24.3 19.37 82.58 -
YUV 116.38 196.07 101.34 -
System Red Green Blue C M Y K H S L
Decimal 79 112 237 0.67 0.53 0 0.07 227.47 0.81 0.62
Hex 4F 70 ED 43 35 0 7 E3 51 3E
Octal 117 160 355 103 65 0 7 343 121 76
Binary 1001111 1110000 11101101 1000011 110101 0 111 11100011 1010001 111110

Color Harmonies of #4F70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F70ED

Black with #4F70ED

Text Example


Text Example

White with #4F70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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