Html Css Color HEX #4E78AC Steel Blue

📋 copy color: '#4E78AC'

red 78 ◦ green 120 ◦ blue 172

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

Shades of Steel Blue #4E78AC

Tints of Steel Blue #4E78AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 21.08%
G = 32.43%
B = 46.49%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E78AC (or 0x4E78AC) is known color: Steel Blue. HEX triplet: 4E, 78 and AC. RGB value is (78,120,172). Sum of RGB (Red+Green+Blue) = 78+120+172=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E78AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E78AC is #B18753. Grayscale: #717171. Windows color (decimal): -11634516 or 11302990. OLE color: 11302990.

HSL color Cylindrical-coordinate representation of color #4E78AC: hue angle of 213.19º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E78AC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 120 172 -
CMYK 0.55 0.30 0 0.33
HSL 213.19º 0.38% 0.49% -
HSV(B) 213.19º 0.55% 0.67% -
XYZ 17.3 18.03 41.6 -
YUV 113.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 78 120 172 0.55 0.30 0 0.33 213.19 0.38 0.49
Hex 4E 78 AC 37 1E 0 21 D5 26 31
Octal 116 170 254 67 36 0 41 325 46 61
Binary 1001110 1111000 10101100 110111 11110 0 100001 11010101 100110 110001

Color Harmonies of #4E78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E78AC

Black with #4E78AC

Text Example


Text Example

White with #4E78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,120,172); }

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

background-color css

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

 a { background-color: rgb(78,120,172); }

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

border-color css

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

 span { border-color: rgb(78,120,172); }

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