Html Css Color HEX #4174AB Steel Blue

📋 copy color: '#4174AB'

red 65 ◦ green 116 ◦ blue 171

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

Shades of Steel Blue #4174AB

Tints of Steel Blue #4174AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 18.47%
G = 32.95%
B = 48.58%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4174AB (or 0x4174AB) is known color: Steel Blue. HEX triplet: 41, 74 and AB. RGB value is (65,116,171). Sum of RGB (Red+Green+Blue) = 65+116+171=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 116 (45.70% from 255 or 32.95% 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 #4174AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4174AB is #BE8B54. Grayscale: #6A6A6A. Windows color (decimal): -12487509 or 11236417. OLE color: 11236417.

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

Color convert

RGB 65 116 171 -
CMYK 0.62 0.32 0 0.33
HSL 211.13º 0.45% 0.46% -
HSV(B) 211.13º 0.62% 0.67% -
XYZ 15.78 16.55 40.89 -
YUV 107.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 65 116 171 0.62 0.32 0 0.33 211.13 0.45 0.46
Hex 41 74 AB 3E 20 0 21 D3 2D 2E
Octal 101 164 253 76 40 0 41 323 55 56
Binary 1000001 1110100 10101011 111110 100000 0 100001 11010011 101101 101110

Color Harmonies of #4174AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174AB

Black with #4174AB

Text Example


Text Example

White with #4174AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,116,171); }

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

background-color css

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

 a { background-color: rgb(65,116,171); }

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

border-color css

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

 span { border-color: rgb(65,116,171); }

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