Html Css Color HEX #4078AF Steel Blue

📋 copy color: '#4078AF'

red 64 ◦ green 120 ◦ blue 175

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

Shades of Steel Blue #4078AF

Tints of Steel Blue #4078AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 17.83%
G = 33.43%
B = 48.75%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4078AF (or 0x4078AF) is known color: Steel Blue. HEX triplet: 40, 78 and AF. RGB value is (64,120,175). Sum of RGB (Red+Green+Blue) = 64+120+175=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4078AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4078AF is #BF8750. Grayscale: #6D6D6D. Windows color (decimal): -12552017 or 11499584. OLE color: 11499584.

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

Color convert

RGB 64 120 175 -
CMYK 0.63 0.31 0 0.31
HSL 209.73º 0.46% 0.47% -
HSV(B) 209.73º 0.63% 0.69% -
XYZ 16.57 17.62 43.08 -
YUV 109.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 64 120 175 0.63 0.31 0 0.31 209.73 0.46 0.47
Hex 40 78 AF 3F 1F 0 1F D2 2E 2F
Octal 100 170 257 77 37 0 37 322 56 57
Binary 1000000 1111000 10101111 111111 11111 0 11111 11010010 101110 101111

Color Harmonies of #4078AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4078AF

Black with #4078AF

Text Example


Text Example

White with #4078AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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