Html Css Color HEX #4078B6 Steel Blue

📋 copy color: '#4078B6'

red 64 ◦ green 120 ◦ blue 182

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

Shades of Steel Blue #4078B6

Tints of Steel Blue #4078B6

RGB

 RED value IS 64 (25.39% from 255) = 17.49%

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

 BLUE value IS 182 (71.48% from 255) = 49.73%

R = 17.49%
G = 32.79%
B = 49.73%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4078B6 (or 0x4078B6) is known color: Steel Blue. HEX triplet: 40, 78 and B6. RGB value is (64,120,182). Sum of RGB (Red+Green+Blue) = 64+120+182=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #4078B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078B6 is #BF8749. Grayscale: #6E6E6E. Windows color (decimal): -12552010 or 11958336. OLE color: 11958336.

HSL color Cylindrical-coordinate representation of color #4078B6: hue angle of 211.53º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4078B6 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 120 182 -
CMYK 0.65 0.34 0 0.29
HSL 211.53º 0.48% 0.48% -
HSV(B) 211.53º 0.65% 0.71% -
XYZ 17.27 17.9 46.8 -
YUV 110.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 64 120 182 0.65 0.34 0 0.29 211.53 0.48 0.48
Hex 40 78 B6 41 22 0 1D D4 30 30
Octal 100 170 266 101 42 0 35 324 60 60
Binary 1000000 1111000 10110110 1000001 100010 0 11101 11010100 110000 110000

Color Harmonies of #4078B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078B6

Black with #4078B6

Text Example


Text Example

White with #4078B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4078B6; }

 p { color: rgb(64,120,182); }

 H1.HeaderClassName
 {
   color: #4078B6;
 }
 .AnyTagClassName
 {
   color: #4078B6;
 }
</style>

background-color css

<style>
 a { background-color: #4078B6; }

 a { background-color: rgb(64,120,182); }

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

border-color css

<style>
 span { border-color: #4078B6; }

 span { border-color: rgb(64,120,182); }

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