Html Css Color HEX #4970CE Royal Blue

📋 copy color: '#4970CE'

red 73 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #4970CE

Tints of Royal Blue #4970CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 18.67%
G = 28.64%
B = 52.69%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4970CE (or 0x4970CE) is known color: Royal Blue. HEX triplet: 49, 70 and CE. RGB value is (73,112,206). Sum of RGB (Red+Green+Blue) = 73+112+206=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #4970CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970CE is #B68F31. Grayscale: #6E6E6E. Windows color (decimal): -11964210 or 13529161. OLE color: 13529161.

HSL color Cylindrical-coordinate representation of color #4970CE: hue angle of 222.41º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4970CE is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 112 206 -
CMYK 0.65 0.46 0 0.19
HSL 222.41º 0.58% 0.55% -
HSV(B) 222.41º 0.65% 0.81% -
XYZ 19.68 17.46 60.73 -
YUV 111.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 73 112 206 0.65 0.46 0 0.19 222.41 0.58 0.55
Hex 49 70 CE 41 2E 0 13 DE 3A 37
Octal 111 160 316 101 56 0 23 336 72 67
Binary 1001001 1110000 11001110 1000001 101110 0 10011 11011110 111010 110111

Color Harmonies of #4970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970CE

Black with #4970CE

Text Example


Text Example

White with #4970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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