Html Css Color HEX #4C78AC Steel Blue

📋 copy color: '#4C78AC'

red 76 ◦ green 120 ◦ blue 172

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

Shades of Steel Blue #4C78AC

Tints of Steel Blue #4C78AC

RGB

 RED value IS 76 (30.08% from 255) = 20.65%

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

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

R = 20.65%
G = 32.61%
B = 46.74%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C78AC (or 0x4C78AC) is known color: Steel Blue. HEX triplet: 4C, 78 and AC. RGB value is (76,120,172). Sum of RGB (Red+Green+Blue) = 76+120+172=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C78AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C78AC is #B38753. Grayscale: #707070. Windows color (decimal): -11765588 or 11302988. OLE color: 11302988.

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

Color convert

RGB 76 120 172 -
CMYK 0.56 0.30 0 0.33
HSL 212.5º 0.39% 0.49% -
HSV(B) 212.5º 0.56% 0.67% -
XYZ 17.14 17.95 41.59 -
YUV 112.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 76 120 172 0.56 0.30 0 0.33 212.5 0.39 0.49
Hex 4C 78 AC 38 1E 0 21 D4 27 31
Octal 114 170 254 70 36 0 41 324 47 61
Binary 1001100 1111000 10101100 111000 11110 0 100001 11010100 100111 110001

Color Harmonies of #4C78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C78AC

Black with #4C78AC

Text Example


Text Example

White with #4C78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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