Html Css Color HEX #4683BA Steel Blue

📋 copy color: '#4683BA'

red 70 ◦ green 131 ◦ blue 186

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

Shades of Steel Blue #4683BA

Tints of Steel Blue #4683BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 18.09%
G = 33.85%
B = 48.06%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4683BA (or 0x4683BA) is known color: Steel Blue. HEX triplet: 46, 83 and BA. RGB value is (70,131,186). Sum of RGB (Red+Green+Blue) = 70+131+186=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #4683BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683BA is #B97C45. Grayscale: #767676. Windows color (decimal): -12155974 or 12223302. OLE color: 12223302.

HSL color Cylindrical-coordinate representation of color #4683BA: hue angle of 208.45º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4683BA is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 131 186 -
CMYK 0.62 0.30 0 0.27
HSL 208.45º 0.46% 0.5% -
HSV(B) 208.45º 0.62% 0.73% -
XYZ 19.51 21.08 49.5 -
YUV 119.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 70 131 186 0.62 0.30 0 0.27 208.45 0.46 0.5
Hex 46 83 BA 3E 1E 0 1B D0 2E 32
Octal 106 203 272 76 36 0 33 320 56 62
Binary 1000110 10000011 10111010 111110 11110 0 11011 11010000 101110 110010

Color Harmonies of #4683BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683BA

Black with #4683BA

Text Example


Text Example

White with #4683BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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