Html Css Color HEX #4970EB Royal Blue

📋 copy color: '#4970EB'

red 73 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #4970EB

Tints of Royal Blue #4970EB

RGB

 RED value IS 73 (28.91% from 255) = 17.38%

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 17.38%
G = 26.67%
B = 55.95%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4970EB (or 0x4970EB) is known color: Royal Blue. HEX triplet: 49, 70 and EB. RGB value is (73,112,235). Sum of RGB (Red+Green+Blue) = 73+112+235=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #4970EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970EB is #B68F14. Grayscale: #717171. Windows color (decimal): -11964181 or 15429705. OLE color: 15429705.

HSL color Cylindrical-coordinate representation of color #4970EB: hue angle of 225.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4970EB is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 112 235 -
CMYK 0.69 0.52 0 0.08
HSL 225.56º 0.8% 0.6% -
HSV(B) 225.56º 0.69% 0.92% -
XYZ 23.54 19 81.02 -
YUV 114.36 196.08 98.5 -
System Red Green Blue C M Y K H S L
Decimal 73 112 235 0.69 0.52 0 0.08 225.56 0.8 0.6
Hex 49 70 EB 45 34 0 8 E2 50 3C
Octal 111 160 353 105 64 0 10 342 120 74
Binary 1001001 1110000 11101011 1000101 110100 0 1000 11100010 1010000 111100

Color Harmonies of #4970EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970EB

Black with #4970EB

Text Example


Text Example

White with #4970EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4970EB; }

 p { color: rgb(73,112,235); }

 H1.HeaderClassName
 {
   color: #4970EB;
 }
 .AnyTagClassName
 {
   color: #4970EB;
 }
</style>

background-color css

<style>
 a { background-color: #4970EB; }

 a { background-color: rgb(73,112,235); }

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

border-color css

<style>
 span { border-color: #4970EB; }

 span { border-color: rgb(73,112,235); }

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