Html Css Color HEX #4078AE Steel Blue

📋 copy color: '#4078AE'

red 64 ◦ green 120 ◦ blue 174

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

Shades of Steel Blue #4078AE

Tints of Steel Blue #4078AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 17.88%
G = 33.52%
B = 48.6%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4078AE (or 0x4078AE) is known color: Steel Blue. HEX triplet: 40, 78 and AE. RGB value is (64,120,174). Sum of RGB (Red+Green+Blue) = 64+120+174=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #4078AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4078AE is #BF8751. Grayscale: #6D6D6D. Windows color (decimal): -12552018 or 11434048. OLE color: 11434048.

HSL color Cylindrical-coordinate representation of color #4078AE: hue angle of 209.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4078AE is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 120 174 -
CMYK 0.63 0.31 0 0.32
HSL 209.45º 0.46% 0.47% -
HSV(B) 209.45º 0.63% 0.68% -
XYZ 16.47 17.58 42.57 -
YUV 109.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 64 120 174 0.63 0.31 0 0.32 209.45 0.46 0.47
Hex 40 78 AE 3F 1F 0 20 D1 2E 2F
Octal 100 170 256 77 37 0 40 321 56 57
Binary 1000000 1111000 10101110 111111 11111 0 100000 11010001 101110 101111

Color Harmonies of #4078AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078AE

Black with #4078AE

Text Example


Text Example

White with #4078AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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