Html Css Color HEX #4172AC Steel Blue

📋 copy color: '#4172AC'

red 65 ◦ green 114 ◦ blue 172

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

Shades of Steel Blue #4172AC

Tints of Steel Blue #4172AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 18.52%
G = 32.48%
B = 49%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4172AC (or 0x4172AC) is known color: Steel Blue. HEX triplet: 41, 72 and AC. RGB value is (65,114,172). Sum of RGB (Red+Green+Blue) = 65+114+172=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #4172AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4172AC is #BE8D53. Grayscale: #696969. Windows color (decimal): -12488020 or 11301441. OLE color: 11301441.

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

Color convert

RGB 65 114 172 -
CMYK 0.62 0.34 0 0.33
HSL 212.52º 0.45% 0.46% -
HSV(B) 212.52º 0.62% 0.67% -
XYZ 15.64 16.14 41.32 -
YUV 105.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 65 114 172 0.62 0.34 0 0.33 212.52 0.45 0.46
Hex 41 72 AC 3E 22 0 21 D5 2D 2E
Octal 101 162 254 76 42 0 41 325 55 56
Binary 1000001 1110010 10101100 111110 100010 0 100001 11010101 101101 101110

Color Harmonies of #4172AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4172AC

Black with #4172AC

Text Example


Text Example

White with #4172AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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