Html Css Color HEX #4680AF Steel Blue

📋 copy color: '#4680AF'

red 70 ◦ green 128 ◦ blue 175

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

Shades of Steel Blue #4680AF

Tints of Steel Blue #4680AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 18.77%
G = 34.32%
B = 46.92%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4680AF (or 0x4680AF) is known color: Steel Blue. HEX triplet: 46, 80 and AF. RGB value is (70,128,175). Sum of RGB (Red+Green+Blue) = 70+128+175=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #4680AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4680AF is #B97F50. Grayscale: #737373. Windows color (decimal): -12156753 or 11501638. OLE color: 11501638.

HSL color Cylindrical-coordinate representation of color #4680AF: hue angle of 206.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4680AF is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 128 175 -
CMYK 0.60 0.27 0 0.31
HSL 206.86º 0.43% 0.48% -
HSV(B) 206.86º 0.6% 0.69% -
XYZ 17.98 19.84 43.44 -
YUV 116.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 70 128 175 0.60 0.27 0 0.31 206.86 0.43 0.48
Hex 46 80 AF 3C 1B 0 1F CF 2B 30
Octal 106 200 257 74 33 0 37 317 53 60
Binary 1000110 10000000 10101111 111100 11011 0 11111 11001111 101011 110000

Color Harmonies of #4680AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680AF

Black with #4680AF

Text Example


Text Example

White with #4680AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4680AF; }

 p { color: rgb(70,128,175); }

 H1.HeaderClassName
 {
   color: #4680AF;
 }
 .AnyTagClassName
 {
   color: #4680AF;
 }
</style>

background-color css

<style>
 a { background-color: #4680AF; }

 a { background-color: rgb(70,128,175); }

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

border-color css

<style>
 span { border-color: #4680AF; }

 span { border-color: rgb(70,128,175); }

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