Html Css Color HEX #4683AC Steel Blue

📋 copy color: '#4683AC'

red 70 ◦ green 131 ◦ blue 172

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

Shades of Steel Blue #4683AC

Tints of Steel Blue #4683AC

RGB

 RED value IS 70 (27.73% from 255) = 18.77%

 GREEN value IS 131 (51.56% from 255) = 35.12%

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

R = 18.77%
G = 35.12%
B = 46.11%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4683AC (or 0x4683AC) is known color: Steel Blue. HEX triplet: 46, 83 and AC. RGB value is (70,131,172). Sum of RGB (Red+Green+Blue) = 70+131+172=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4683AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4683AC is #B97C53. Grayscale: #757575. Windows color (decimal): -12155988 or 11305798. OLE color: 11305798.

HSL color Cylindrical-coordinate representation of color #4683AC: hue angle of 204.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4683AC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 131 172 -
CMYK 0.59 0.24 0 0.33
HSL 204.12º 0.42% 0.47% -
HSV(B) 204.12º 0.59% 0.67% -
XYZ 18.09 20.51 42.04 -
YUV 117.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 70 131 172 0.59 0.24 0 0.33 204.12 0.42 0.47
Hex 46 83 AC 3B 18 0 21 CC 2A 2F
Octal 106 203 254 73 30 0 41 314 52 57
Binary 1000110 10000011 10101100 111011 11000 0 100001 11001100 101010 101111

Color Harmonies of #4683AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683AC

Black with #4683AC

Text Example


Text Example

White with #4683AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,131,172); }

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

background-color css

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

 a { background-color: rgb(70,131,172); }

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

border-color css

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

 span { border-color: rgb(70,131,172); }

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