Html Css Color HEX #4A78BC Steel Blue

📋 copy color: '#4A78BC'

red 74 ◦ green 120 ◦ blue 188

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

Shades of Steel Blue #4A78BC

Tints of Steel Blue #4A78BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 19.37%
G = 31.41%
B = 49.21%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A78BC (or 0x4A78BC) is known color: Steel Blue. HEX triplet: 4A, 78 and BC. RGB value is (74,120,188). Sum of RGB (Red+Green+Blue) = 74+120+188=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A78BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A78BC is #B58743. Grayscale: #717171. Windows color (decimal): -11896644 or 12351562. OLE color: 12351562.

HSL color Cylindrical-coordinate representation of color #4A78BC: hue angle of 215.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A78BC is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 120 188 -
CMYK 0.61 0.36 0 0.26
HSL 215.79º 0.46% 0.51% -
HSV(B) 215.79º 0.61% 0.74% -
XYZ 18.62 18.52 50.17 -
YUV 114 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 74 120 188 0.61 0.36 0 0.26 215.79 0.46 0.51
Hex 4A 78 BC 3D 24 0 1A D8 2E 33
Octal 112 170 274 75 44 0 32 330 56 63
Binary 1001010 1111000 10111100 111101 100100 0 11010 11011000 101110 110011

Color Harmonies of #4A78BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A78BC

Black with #4A78BC

Text Example


Text Example

White with #4A78BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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