Html Css Color HEX #4970CB Royal Blue

📋 copy color: '#4970CB'

red 73 ◦ green 112 ◦ blue 203

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

Shades of Royal Blue #4970CB

Tints of Royal Blue #4970CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 18.81%
G = 28.87%
B = 52.32%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4970CB (or 0x4970CB) is known color: Royal Blue. HEX triplet: 49, 70 and CB. RGB value is (73,112,203). Sum of RGB (Red+Green+Blue) = 73+112+203=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #4970CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4970CB is #B68F34. Grayscale: #6E6E6E. Windows color (decimal): -11964213 or 13332553. OLE color: 13332553.

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

Color convert

RGB 73 112 203 -
CMYK 0.64 0.45 0 0.20
HSL 222º 0.56% 0.54% -
HSV(B) 222º 0.64% 0.8% -
XYZ 19.32 17.32 58.82 -
YUV 110.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 73 112 203 0.64 0.45 0 0.20 222 0.56 0.54
Hex 49 70 CB 40 2D 0 14 DE 38 36
Octal 111 160 313 100 55 0 24 336 70 66
Binary 1001001 1110000 11001011 1000000 101101 0 10100 11011110 111000 110110

Color Harmonies of #4970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970CB

Black with #4970CB

Text Example


Text Example

White with #4970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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