Html Css Color HEX #4175AE Steel Blue

📋 copy color: '#4175AE'

red 65 ◦ green 117 ◦ blue 174

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

Shades of Steel Blue #4175AE

Tints of Steel Blue #4175AE

RGB

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

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

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

R = 18.26%
G = 32.87%
B = 48.88%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4175AE (or 0x4175AE) is known color: Steel Blue. HEX triplet: 41, 75 and AE. RGB value is (65,117,174). Sum of RGB (Red+Green+Blue) = 65+117+174=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #4175AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4175AE is #BE8A51. Grayscale: #6B6B6B. Windows color (decimal): -12487250 or 11433281. OLE color: 11433281.

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

Color convert

RGB 65 117 174 -
CMYK 0.63 0.33 0 0.32
HSL 211.38º 0.46% 0.47% -
HSV(B) 211.38º 0.63% 0.68% -
XYZ 16.18 16.9 42.45 -
YUV 107.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 65 117 174 0.63 0.33 0 0.32 211.38 0.46 0.47
Hex 41 75 AE 3F 21 0 20 D3 2E 2F
Octal 101 165 256 77 41 0 40 323 56 57
Binary 1000001 1110101 10101110 111111 100001 0 100000 11010011 101110 101111

Color Harmonies of #4175AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4175AE

Black with #4175AE

Text Example


Text Example

White with #4175AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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