Html Css Color HEX #4183AE Steel Blue

📋 copy color: '#4183AE'

red 65 ◦ green 131 ◦ blue 174

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

Shades of Steel Blue #4183AE

Tints of Steel Blue #4183AE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 17.57%
G = 35.41%
B = 47.03%

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

#4183AE (or 0x4183AE) is known color: Steel Blue. HEX triplet: 41, 83 and AE. RGB value is (65,131,174). Sum of RGB (Red+Green+Blue) = 65+131+174=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #4183AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4183AE is #BE7C51. Grayscale: #737373. Windows color (decimal): -12483666 or 11436865. OLE color: 11436865.

HSL color Cylindrical-coordinate representation of color #4183AE: hue angle of 203.67º 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 #4183AE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 131 174 -
CMYK 0.63 0.25 0 0.32
HSL 203.67º 0.46% 0.47% -
HSV(B) 203.67º 0.63% 0.68% -
XYZ 17.94 20.41 43.04 -
YUV 116.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 65 131 174 0.63 0.25 0 0.32 203.67 0.46 0.47
Hex 41 83 AE 3F 19 0 20 CC 2E 2F
Octal 101 203 256 77 31 0 40 314 56 57
Binary 1000001 10000011 10101110 111111 11001 0 100000 11001100 101110 101111

Color Harmonies of #4183AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183AE

Black with #4183AE

Text Example


Text Example

White with #4183AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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