Html Css Color HEX #4970FF Royal Blue

📋 copy color: '#4970FF'

red 73 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #4970FF

Tints of Royal Blue #4970FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.95%

R = 16.59%
G = 25.45%
B = 57.95%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4970FF (or 0x4970FF) is known color: Royal Blue. HEX triplet: 49, 70 and FF. RGB value is (73,112,255). Sum of RGB (Red+Green+Blue) = 73+112+255=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #4970FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970FF is #B68F00. Grayscale: #747474. Windows color (decimal): -11964161 or 16740425. OLE color: 16740425.

HSL color Cylindrical-coordinate representation of color #4970FF: hue angle of 227.14º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4970FF is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 112 255 -
CMYK 0.71 0.56 0 0
HSL 227.14º 1% 0.64% -
HSV(B) 227.14º 0.71% 1% -
XYZ 26.59 20.22 97.11 -
YUV 116.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 73 112 255 0.71 0.56 0 0 227.14 1 0.64
Hex 49 70 FF 47 38 0 0 E3 64 40
Octal 111 160 377 107 70 0 0 343 144 100
Binary 1001001 1110000 11111111 1000111 111000 0 0 11100011 1100100 1000000

Color Harmonies of #4970FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970FF

Black with #4970FF

Text Example


Text Example

White with #4970FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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