Html Css Color HEX #4078BE Steel Blue

📋 copy color: '#4078BE'

red 64 ◦ green 120 ◦ blue 190

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

Shades of Steel Blue #4078BE

Tints of Steel Blue #4078BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 17.11%
G = 32.09%
B = 50.8%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4078BE (or 0x4078BE) is known color: Steel Blue. HEX triplet: 40, 78 and BE. RGB value is (64,120,190). Sum of RGB (Red+Green+Blue) = 64+120+190=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4078BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078BE is #BF8741. Grayscale: #6E6E6E. Windows color (decimal): -12552002 or 12482624. OLE color: 12482624.

HSL color Cylindrical-coordinate representation of color #4078BE: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4078BE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 120 190 -
CMYK 0.66 0.37 0 0.25
HSL 213.33º 0.5% 0.5% -
HSV(B) 213.33º 0.66% 0.75% -
XYZ 18.13 18.24 51.28 -
YUV 111.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 64 120 190 0.66 0.37 0 0.25 213.33 0.5 0.5
Hex 40 78 BE 42 25 0 19 D5 32 32
Octal 100 170 276 102 45 0 31 325 62 62
Binary 1000000 1111000 10111110 1000010 100101 0 11001 11010101 110010 110010

Color Harmonies of #4078BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078BE

Black with #4078BE

Text Example


Text Example

White with #4078BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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