Html Css Color HEX #4084AD Steel Blue

📋 copy color: '#4084AD'

red 64 ◦ green 132 ◦ blue 173

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

Shades of Steel Blue #4084AD

Tints of Steel Blue #4084AD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 173 (67.97% from 255) = 46.88%

R = 17.34%
G = 35.77%
B = 46.88%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4084AD (or 0x4084AD) is known color: Steel Blue. HEX triplet: 40, 84 and AD. RGB value is (64,132,173). Sum of RGB (Red+Green+Blue) = 64+132+173=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #4084AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4084AD is #BF7B52. Grayscale: #747474. Windows color (decimal): -12548947 or 11371584. OLE color: 11371584.

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

Color convert

RGB 64 132 173 -
CMYK 0.63 0.24 0 0.32
HSL 202.57º 0.46% 0.46% -
HSV(B) 202.57º 0.63% 0.68% -
XYZ 17.91 20.61 42.57 -
YUV 116.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 64 132 173 0.63 0.24 0 0.32 202.57 0.46 0.46
Hex 40 84 AD 3F 18 0 20 CB 2E 2E
Octal 100 204 255 77 30 0 40 313 56 56
Binary 1000000 10000100 10101101 111111 11000 0 100000 11001011 101110 101110

Color Harmonies of #4084AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4084AD

Black with #4084AD

Text Example


Text Example

White with #4084AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4084AD; }

 p { color: rgb(64,132,173); }

 H1.HeaderClassName
 {
   color: #4084AD;
 }
 .AnyTagClassName
 {
   color: #4084AD;
 }
</style>

background-color css

<style>
 a { background-color: #4084AD; }

 a { background-color: rgb(64,132,173); }

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

border-color css

<style>
 span { border-color: #4084AD; }

 span { border-color: rgb(64,132,173); }

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