Html Css Color HEX #4D83AB Steel Blue

📋 copy color: '#4D83AB'

red 77 ◦ green 131 ◦ blue 171

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

Shades of Steel Blue #4D83AB

Tints of Steel Blue #4D83AB

RGB

 RED value IS 77 (30.47% from 255) = 20.32%

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 20.32%
G = 34.56%
B = 45.12%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D83AB (or 0x4D83AB) is known color: Steel Blue. HEX triplet: 4D, 83 and AB. RGB value is (77,131,171). Sum of RGB (Red+Green+Blue) = 77+131+171=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D83AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D83AB is #B27C54. Grayscale: #777777. Windows color (decimal): -11697237 or 11240269. OLE color: 11240269.

HSL color Cylindrical-coordinate representation of color #4D83AB: hue angle of 205.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D83AB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 131 171 -
CMYK 0.55 0.23 0 0.33
HSL 205.53º 0.38% 0.49% -
HSV(B) 205.53º 0.55% 0.67% -
XYZ 18.53 20.75 41.56 -
YUV 119.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 77 131 171 0.55 0.23 0 0.33 205.53 0.38 0.49
Hex 4D 83 AB 37 17 0 21 CE 26 31
Octal 115 203 253 67 27 0 41 316 46 61
Binary 1001101 10000011 10101011 110111 10111 0 100001 11001110 100110 110001

Color Harmonies of #4D83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D83AB

Black with #4D83AB

Text Example


Text Example

White with #4D83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,131,171); }

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

background-color css

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

 a { background-color: rgb(77,131,171); }

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

border-color css

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

 span { border-color: rgb(77,131,171); }

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