Html Css Color HEX #4075BA Steel Blue

📋 copy color: '#4075BA'

red 64 ◦ green 117 ◦ blue 186

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

Shades of Steel Blue #4075BA

Tints of Steel Blue #4075BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

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

R = 17.44%
G = 31.88%
B = 50.68%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4075BA (or 0x4075BA) is known color: Steel Blue. HEX triplet: 40, 75 and BA. RGB value is (64,117,186). Sum of RGB (Red+Green+Blue) = 64+117+186=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #4075BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075BA is #BF8A45. Grayscale: #6C6C6C. Windows color (decimal): -12552774 or 12219712. OLE color: 12219712.

HSL color Cylindrical-coordinate representation of color #4075BA: hue angle of 213.93º 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 #4075BA is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 117 186 -
CMYK 0.66 0.37 0 0.27
HSL 213.93º 0.49% 0.49% -
HSV(B) 213.93º 0.66% 0.73% -
XYZ 17.34 17.36 48.89 -
YUV 109.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 64 117 186 0.66 0.37 0 0.27 213.93 0.49 0.49
Hex 40 75 BA 42 25 0 1B D6 31 31
Octal 100 165 272 102 45 0 33 326 61 61
Binary 1000000 1110101 10111010 1000010 100101 0 11011 11010110 110001 110001

Color Harmonies of #4075BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075BA

Black with #4075BA

Text Example


Text Example

White with #4075BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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