Html Css Color HEX #4076BD Steel Blue

📋 copy color: '#4076BD'

red 64 ◦ green 118 ◦ blue 189

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

Shades of Steel Blue #4076BD

Tints of Steel Blue #4076BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 17.25%
G = 31.81%
B = 50.94%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4076BD (or 0x4076BD) is known color: Steel Blue. HEX triplet: 40, 76 and BD. RGB value is (64,118,189). Sum of RGB (Red+Green+Blue) = 64+118+189=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #4076BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4076BD is #BF8942. Grayscale: #6D6D6D. Windows color (decimal): -12552515 or 12416576. OLE color: 12416576.

HSL color Cylindrical-coordinate representation of color #4076BD: hue angle of 214.08º 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 #4076BD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 118 189 -
CMYK 0.66 0.38 0 0.26
HSL 214.08º 0.49% 0.5% -
HSV(B) 214.08º 0.66% 0.74% -
XYZ 17.78 17.72 50.63 -
YUV 109.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 64 118 189 0.66 0.38 0 0.26 214.08 0.49 0.5
Hex 40 76 BD 42 26 0 1A D6 31 32
Octal 100 166 275 102 46 0 32 326 61 62
Binary 1000000 1110110 10111101 1000010 100110 0 11010 11010110 110001 110010

Color Harmonies of #4076BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4076BD

Black with #4076BD

Text Example


Text Example

White with #4076BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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