Html Css Color HEX #4078BA Steel Blue

📋 copy color: '#4078BA'

red 64 ◦ green 120 ◦ blue 186

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

Shades of Steel Blue #4078BA

Tints of Steel Blue #4078BA

RGB

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

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

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

R = 17.3%
G = 32.43%
B = 50.27%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4078BA (or 0x4078BA) is known color: Steel Blue. HEX triplet: 40, 78 and BA. RGB value is (64,120,186). Sum of RGB (Red+Green+Blue) = 64+120+186=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4078BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078BA is #BF8745. Grayscale: #6E6E6E. Windows color (decimal): -12552006 or 12220480. OLE color: 12220480.

HSL color Cylindrical-coordinate representation of color #4078BA: hue angle of 212.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4078BA is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 120 186 -
CMYK 0.66 0.35 0 0.27
HSL 212.46º 0.49% 0.49% -
HSV(B) 212.46º 0.66% 0.73% -
XYZ 17.69 18.07 49.01 -
YUV 110.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 64 120 186 0.66 0.35 0 0.27 212.46 0.49 0.49
Hex 40 78 BA 42 23 0 1B D4 31 31
Octal 100 170 272 102 43 0 33 324 61 61
Binary 1000000 1111000 10111010 1000010 100011 0 11011 11010100 110001 110001

Color Harmonies of #4078BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078BA

Black with #4078BA

Text Example


Text Example

White with #4078BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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