Html Css Color HEX #4079BD Steel Blue

📋 copy color: '#4079BD'

red 64 ◦ green 121 ◦ blue 189

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

Shades of Steel Blue #4079BD

Tints of Steel Blue #4079BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 17.11%
G = 32.35%
B = 50.53%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4079BD (or 0x4079BD) is known color: Steel Blue. HEX triplet: 40, 79 and BD. RGB value is (64,121,189). Sum of RGB (Red+Green+Blue) = 64+121+189=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4079BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079BD is #BF8642. Grayscale: #6F6F6F. Windows color (decimal): -12551747 or 12417344. OLE color: 12417344.

HSL color Cylindrical-coordinate representation of color #4079BD: hue angle of 212.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4079BD is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 121 189 -
CMYK 0.66 0.36 0 0.26
HSL 212.64º 0.49% 0.5% -
HSV(B) 212.64º 0.66% 0.74% -
XYZ 18.14 18.44 50.75 -
YUV 111.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 64 121 189 0.66 0.36 0 0.26 212.64 0.49 0.5
Hex 40 79 BD 42 24 0 1A D5 31 32
Octal 100 171 275 102 44 0 32 325 61 62
Binary 1000000 1111001 10111101 1000010 100100 0 11010 11010101 110001 110010

Color Harmonies of #4079BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4079BD

Black with #4079BD

Text Example


Text Example

White with #4079BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4079BD; }

 p { color: rgb(64,121,189); }

 H1.HeaderClassName
 {
   color: #4079BD;
 }
 .AnyTagClassName
 {
   color: #4079BD;
 }
</style>

background-color css

<style>
 a { background-color: #4079BD; }

 a { background-color: rgb(64,121,189); }

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

border-color css

<style>
 span { border-color: #4079BD; }

 span { border-color: rgb(64,121,189); }

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