Html Css Color HEX #4075AB Steel Blue

📋 copy color: '#4075AB'

red 64 ◦ green 117 ◦ blue 171

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

Shades of Steel Blue #4075AB

Tints of Steel Blue #4075AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 18.18%
G = 33.24%
B = 48.58%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4075AB (or 0x4075AB) is known color: Steel Blue. HEX triplet: 40, 75 and AB. RGB value is (64,117,171). Sum of RGB (Red+Green+Blue) = 64+117+171=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #4075AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4075AB is #BF8A54. Grayscale: #6B6B6B. Windows color (decimal): -12552789 or 11236672. OLE color: 11236672.

HSL color Cylindrical-coordinate representation of color #4075AB: hue angle of 210.28º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4075AB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 117 171 -
CMYK 0.63 0.32 0 0.33
HSL 210.28º 0.46% 0.46% -
HSV(B) 210.28º 0.63% 0.67% -
XYZ 15.83 16.75 40.93 -
YUV 107.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 64 117 171 0.63 0.32 0 0.33 210.28 0.46 0.46
Hex 40 75 AB 3F 20 0 21 D2 2E 2E
Octal 100 165 253 77 40 0 41 322 56 56
Binary 1000000 1110101 10101011 111111 100000 0 100001 11010010 101110 101110

Color Harmonies of #4075AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075AB

Black with #4075AB

Text Example


Text Example

White with #4075AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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