Html Css Color HEX #4172AB Steel Blue

📋 copy color: '#4172AB'

red 65 ◦ green 114 ◦ blue 171

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

Shades of Steel Blue #4172AB

Tints of Steel Blue #4172AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 18.57%
G = 32.57%
B = 48.86%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4172AB (or 0x4172AB) is known color: Steel Blue. HEX triplet: 41, 72 and AB. RGB value is (65,114,171). Sum of RGB (Red+Green+Blue) = 65+114+171=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #4172AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4172AB is #BE8D54. Grayscale: #696969. Windows color (decimal): -12488021 or 11235905. OLE color: 11235905.

HSL color Cylindrical-coordinate representation of color #4172AB: hue angle of 212.26º 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 #4172AB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 114 171 -
CMYK 0.62 0.33 0 0.33
HSL 212.26º 0.45% 0.46% -
HSV(B) 212.26º 0.62% 0.67% -
XYZ 15.55 16.1 40.82 -
YUV 105.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 65 114 171 0.62 0.33 0 0.33 212.26 0.45 0.46
Hex 41 72 AB 3E 21 0 21 D4 2D 2E
Octal 101 162 253 76 41 0 41 324 55 56
Binary 1000001 1110010 10101011 111110 100001 0 100001 11010100 101101 101110

Color Harmonies of #4172AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4172AB

Black with #4172AB

Text Example


Text Example

White with #4172AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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