Html Css Color HEX #4182AE Steel Blue

📋 copy color: '#4182AE'

red 65 ◦ green 130 ◦ blue 174

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

Shades of Steel Blue #4182AE

Tints of Steel Blue #4182AE

RGB

 RED value IS 65 (25.78% from 255) = 17.62%

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 17.62%
G = 35.23%
B = 47.15%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4182AE (or 0x4182AE) is known color: Steel Blue. HEX triplet: 41, 82 and AE. RGB value is (65,130,174). Sum of RGB (Red+Green+Blue) = 65+130+174=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #4182AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4182AE is #BE7D51. Grayscale: #737373. Windows color (decimal): -12483922 or 11436609. OLE color: 11436609.

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

Color convert

RGB 65 130 174 -
CMYK 0.63 0.25 0 0.32
HSL 204.22º 0.46% 0.47% -
HSV(B) 204.22º 0.63% 0.68% -
XYZ 17.8 20.15 42.99 -
YUV 115.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 65 130 174 0.63 0.25 0 0.32 204.22 0.46 0.47
Hex 41 82 AE 3F 19 0 20 CC 2E 2F
Octal 101 202 256 77 31 0 40 314 56 57
Binary 1000001 10000010 10101110 111111 11001 0 100000 11001100 101110 101111

Color Harmonies of #4182AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182AE

Black with #4182AE

Text Example


Text Example

White with #4182AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4182AE; }

 p { color: rgb(65,130,174); }

 H1.HeaderClassName
 {
   color: #4182AE;
 }
 .AnyTagClassName
 {
   color: #4182AE;
 }
</style>

background-color css

<style>
 a { background-color: #4182AE; }

 a { background-color: rgb(65,130,174); }

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

border-color css

<style>
 span { border-color: #4182AE; }

 span { border-color: rgb(65,130,174); }

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