Html Css Color HEX #4970FD Royal Blue

📋 copy color: '#4970FD'

red 73 ◦ green 112 ◦ blue 253

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

Shades of Royal Blue #4970FD

Tints of Royal Blue #4970FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.76%

R = 16.67%
G = 25.57%
B = 57.76%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4970FD (or 0x4970FD) is known color: Royal Blue. HEX triplet: 49, 70 and FD. RGB value is (73,112,253). Sum of RGB (Red+Green+Blue) = 73+112+253=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #4970FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970FD is #B68F02. Grayscale: #737373. Windows color (decimal): -11964163 or 16609353. OLE color: 16609353.

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

Color convert

RGB 73 112 253 -
CMYK 0.71 0.56 0 0.01
HSL 227º 0.98% 0.64% -
HSV(B) 227º 0.71% 0.99% -
XYZ 26.27 20.1 95.42 -
YUV 116.41 205.08 97.04 -
System Red Green Blue C M Y K H S L
Decimal 73 112 253 0.71 0.56 0 0.01 227 0.98 0.64
Hex 49 70 FD 47 38 0 1 E3 62 40
Octal 111 160 375 107 70 0 1 343 142 100
Binary 1001001 1110000 11111101 1000111 111000 0 1 11100011 1100010 1000000

Color Harmonies of #4970FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4970FD

Black with #4970FD

Text Example


Text Example

White with #4970FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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