Html Css Color HEX #4A83B1 Steel Blue

📋 copy color: '#4A83B1'

red 74 ◦ green 131 ◦ blue 177

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

Shades of Steel Blue #4A83B1

Tints of Steel Blue #4A83B1

RGB

 RED value IS 74 (29.3% from 255) = 19.37%

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

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 19.37%
G = 34.29%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4A83B1 (or 0x4A83B1) is known color: Steel Blue. HEX triplet: 4A, 83 and B1. RGB value is (74,131,177). Sum of RGB (Red+Green+Blue) = 74+131+177=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A83B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A83B1 is #B57C4E. Grayscale: #767676. Windows color (decimal): -11893839 or 11633482. OLE color: 11633482.

HSL color Cylindrical-coordinate representation of color #4A83B1: hue angle of 206.8º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A83B1 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 131 177 -
CMYK 0.58 0.26 0 0.31
HSL 206.8º 0.41% 0.49% -
HSV(B) 206.8º 0.58% 0.69% -
XYZ 18.88 20.86 44.63 -
YUV 119.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 74 131 177 0.58 0.26 0 0.31 206.8 0.41 0.49
Hex 4A 83 B1 3A 1A 0 1F CF 29 31
Octal 112 203 261 72 32 0 37 317 51 61
Binary 1001010 10000011 10110001 111010 11010 0 11111 11001111 101001 110001

Color Harmonies of #4A83B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A83B1

Black with #4A83B1

Text Example


Text Example

White with #4A83B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A83B1; }

 p { color: rgb(74,131,177); }

 H1.HeaderClassName
 {
   color: #4A83B1;
 }
 .AnyTagClassName
 {
   color: #4A83B1;
 }
</style>

background-color css

<style>
 a { background-color: #4A83B1; }

 a { background-color: rgb(74,131,177); }

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

border-color css

<style>
 span { border-color: #4A83B1; }

 span { border-color: rgb(74,131,177); }

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