Html Css Color HEX #4E70CD Royal Blue

📋 copy color: '#4E70CD'

red 78 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4E70CD

Tints of Royal Blue #4E70CD

RGB

 RED value IS 78 (30.86% from 255) = 19.75%

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

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

R = 19.75%
G = 28.35%
B = 51.9%

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

#4E70CD (or 0x4E70CD) is known color: Royal Blue. HEX triplet: 4E, 70 and CD. RGB value is (78,112,205). Sum of RGB (Red+Green+Blue) = 78+112+205=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E70CD is #B18F32. Grayscale: #707070. Windows color (decimal): -11636531 or 13463630. OLE color: 13463630.

HSL color Cylindrical-coordinate representation of color #4E70CD: hue angle of 223.94º 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 #4E70CD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 112 205 -
CMYK 0.62 0.45 0 0.20
HSL 223.94º 0.56% 0.55% -
HSV(B) 223.94º 0.62% 0.8% -
XYZ 19.96 17.62 60.11 -
YUV 112.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 78 112 205 0.62 0.45 0 0.20 223.94 0.56 0.55
Hex 4E 70 CD 3E 2D 0 14 E0 38 37
Octal 116 160 315 76 55 0 24 340 70 67
Binary 1001110 1110000 11001101 111110 101101 0 10100 11100000 111000 110111

Color Harmonies of #4E70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E70CD

Black with #4E70CD

Text Example


Text Example

White with #4E70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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