Html Css Color HEX #4A78BA Steel Blue

📋 copy color: '#4A78BA'

red 74 ◦ green 120 ◦ blue 186

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

Shades of Steel Blue #4A78BA

Tints of Steel Blue #4A78BA

RGB

 RED value IS 74 (29.3% from 255) = 19.47%

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 19.47%
G = 31.58%
B = 48.95%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A78BA (or 0x4A78BA) is known color: Steel Blue. HEX triplet: 4A, 78 and BA. RGB value is (74,120,186). Sum of RGB (Red+Green+Blue) = 74+120+186=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A78BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A78BA is #B58745. Grayscale: #717171. Windows color (decimal): -11896646 or 12220490. OLE color: 12220490.

HSL color Cylindrical-coordinate representation of color #4A78BA: hue angle of 215.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A78BA is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 120 186 -
CMYK 0.60 0.35 0 0.27
HSL 215.36º 0.45% 0.51% -
HSV(B) 215.36º 0.6% 0.73% -
XYZ 18.4 18.43 49.04 -
YUV 113.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 74 120 186 0.60 0.35 0 0.27 215.36 0.45 0.51
Hex 4A 78 BA 3C 23 0 1B D7 2D 33
Octal 112 170 272 74 43 0 33 327 55 63
Binary 1001010 1111000 10111010 111100 100011 0 11011 11010111 101101 110011

Color Harmonies of #4A78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A78BA

Black with #4A78BA

Text Example


Text Example

White with #4A78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,120,186); }

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

background-color css

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

 a { background-color: rgb(74,120,186); }

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

border-color css

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

 span { border-color: rgb(74,120,186); }

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