Html Css Color HEX #4D70CD Royal Blue

📋 copy color: '#4D70CD'

red 77 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4D70CD

Tints of Royal Blue #4D70CD

RGB

 RED value IS 77 (30.47% from 255) = 19.54%

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 19.54%
G = 28.43%
B = 52.03%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D70CD (or 0x4D70CD) is known color: Royal Blue. HEX triplet: 4D, 70 and CD. RGB value is (77,112,205). Sum of RGB (Red+Green+Blue) = 77+112+205=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D70CD is #B28F32. Grayscale: #6F6F6F. Windows color (decimal): -11702067 or 13463629. OLE color: 13463629.

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

Color convert

RGB 77 112 205 -
CMYK 0.62 0.45 0 0.20
HSL 223.59º 0.56% 0.55% -
HSV(B) 223.59º 0.62% 0.8% -
XYZ 19.87 17.57 60.1 -
YUV 112.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 77 112 205 0.62 0.45 0 0.20 223.59 0.56 0.55
Hex 4D 70 CD 3E 2D 0 14 E0 38 37
Octal 115 160 315 76 55 0 24 340 70 67
Binary 1001101 1110000 11001101 111110 101101 0 10100 11100000 111000 110111

Color Harmonies of #4D70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D70CD

Black with #4D70CD

Text Example


Text Example

White with #4D70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D70CD; }

 p { color: rgb(77,112,205); }

 H1.HeaderClassName
 {
   color: #4D70CD;
 }
 .AnyTagClassName
 {
   color: #4D70CD;
 }
</style>

background-color css

<style>
 a { background-color: #4D70CD; }

 a { background-color: rgb(77,112,205); }

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

border-color css

<style>
 span { border-color: #4D70CD; }

 span { border-color: rgb(77,112,205); }

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