Html Css Color HEX #4681AD Steel Blue

📋 copy color: '#4681AD'

red 70 ◦ green 129 ◦ blue 173

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

Shades of Steel Blue #4681AD

Tints of Steel Blue #4681AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 18.82%
G = 34.68%
B = 46.51%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4681AD (or 0x4681AD) is known color: Steel Blue. HEX triplet: 46, 81 and AD. RGB value is (70,129,173). Sum of RGB (Red+Green+Blue) = 70+129+173=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4681AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4681AD is #B97E52. Grayscale: #747474. Windows color (decimal): -12156499 or 11370822. OLE color: 11370822.

HSL color Cylindrical-coordinate representation of color #4681AD: hue angle of 205.63º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4681AD is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 129 173 -
CMYK 0.60 0.25 0 0.32
HSL 205.63º 0.42% 0.48% -
HSV(B) 205.63º 0.6% 0.68% -
XYZ 17.92 20.02 42.45 -
YUV 116.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 70 129 173 0.60 0.25 0 0.32 205.63 0.42 0.48
Hex 46 81 AD 3C 19 0 20 CE 2A 30
Octal 106 201 255 74 31 0 40 316 52 60
Binary 1000110 10000001 10101101 111100 11001 0 100000 11001110 101010 110000

Color Harmonies of #4681AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4681AD

Black with #4681AD

Text Example


Text Example

White with #4681AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4681AD; }

 p { color: rgb(70,129,173); }

 H1.HeaderClassName
 {
   color: #4681AD;
 }
 .AnyTagClassName
 {
   color: #4681AD;
 }
</style>

background-color css

<style>
 a { background-color: #4681AD; }

 a { background-color: rgb(70,129,173); }

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

border-color css

<style>
 span { border-color: #4681AD; }

 span { border-color: rgb(70,129,173); }

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