Html Css Color HEX #4683AF Steel Blue

📋 copy color: '#4683AF'

red 70 ◦ green 131 ◦ blue 175

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

Shades of Steel Blue #4683AF

Tints of Steel Blue #4683AF

RGB

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

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

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

R = 18.62%
G = 34.84%
B = 46.54%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4683AF (or 0x4683AF) is known color: Steel Blue. HEX triplet: 46, 83 and AF. RGB value is (70,131,175). Sum of RGB (Red+Green+Blue) = 70+131+175=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #4683AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4683AF is #B97C50. Grayscale: #757575. Windows color (decimal): -12155985 or 11502406. OLE color: 11502406.

HSL color Cylindrical-coordinate representation of color #4683AF: hue angle of 205.14º 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 #4683AF is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 131 175 -
CMYK 0.60 0.25 0 0.31
HSL 205.14º 0.43% 0.48% -
HSV(B) 205.14º 0.6% 0.69% -
XYZ 18.38 20.63 43.57 -
YUV 117.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 70 131 175 0.60 0.25 0 0.31 205.14 0.43 0.48
Hex 46 83 AF 3C 19 0 1F CD 2B 30
Octal 106 203 257 74 31 0 37 315 53 60
Binary 1000110 10000011 10101111 111100 11001 0 11111 11001101 101011 110000

Color Harmonies of #4683AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683AF

Black with #4683AF

Text Example


Text Example

White with #4683AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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