Html Css Color HEX #4A83BD Steel Blue

📋 copy color: '#4A83BD'

red 74 ◦ green 131 ◦ blue 189

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

Shades of Steel Blue #4A83BD

Tints of Steel Blue #4A83BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 18.78%
G = 33.25%
B = 47.97%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A83BD (or 0x4A83BD) is known color: Steel Blue. HEX triplet: 4A, 83 and BD. RGB value is (74,131,189). Sum of RGB (Red+Green+Blue) = 74+131+189=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A83BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A83BD is #B57C42. Grayscale: #787878. Windows color (decimal): -11893827 or 12419914. OLE color: 12419914.

HSL color Cylindrical-coordinate representation of color #4A83BD: hue angle of 210.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A83BD is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 131 189 -
CMYK 0.61 0.31 0 0.26
HSL 210.26º 0.47% 0.52% -
HSV(B) 210.26º 0.61% 0.74% -
XYZ 20.13 21.36 51.21 -
YUV 120.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 74 131 189 0.61 0.31 0 0.26 210.26 0.47 0.52
Hex 4A 83 BD 3D 1F 0 1A D2 2F 34
Octal 112 203 275 75 37 0 32 322 57 64
Binary 1001010 10000011 10111101 111101 11111 0 11010 11010010 101111 110100

Color Harmonies of #4A83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A83BD

Black with #4A83BD

Text Example


Text Example

White with #4A83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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