Html Css Color HEX #4184AC Steel Blue

📋 copy color: '#4184AC'

red 65 ◦ green 132 ◦ blue 172

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

Shades of Steel Blue #4184AC

Tints of Steel Blue #4184AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 17.62%
G = 35.77%
B = 46.61%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4184AC (or 0x4184AC) is known color: Steel Blue. HEX triplet: 41, 84 and AC. RGB value is (65,132,172). Sum of RGB (Red+Green+Blue) = 65+132+172=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #4184AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4184AC is #BE7B53. Grayscale: #747474. Windows color (decimal): -12483412 or 11306049. OLE color: 11306049.

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

Color convert

RGB 65 132 172 -
CMYK 0.62 0.23 0 0.33
HSL 202.43º 0.45% 0.46% -
HSV(B) 202.43º 0.62% 0.67% -
XYZ 17.88 20.6 42.06 -
YUV 116.53 159.3 91.25 -
System Red Green Blue C M Y K H S L
Decimal 65 132 172 0.62 0.23 0 0.33 202.43 0.45 0.46
Hex 41 84 AC 3E 17 0 21 CA 2D 2E
Octal 101 204 254 76 27 0 41 312 55 56
Binary 1000001 10000100 10101100 111110 10111 0 100001 11001010 101101 101110

Color Harmonies of #4184AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4184AC

Black with #4184AC

Text Example


Text Example

White with #4184AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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