Html Css Color HEX #4B5183 Astronaut

📋 copy color: '#4B5183'

red 75 ◦ green 81 ◦ blue 131

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

Shades of Astronaut #4B5183

Tints of Astronaut #4B5183

RGB

 RED value IS 75 (29.69% from 255) = 26.13%

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 26.13%
G = 28.22%
B = 45.64%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4B5183 (or 0x4B5183) is known color: Astronaut. HEX triplet: 4B, 51 and 83. RGB value is (75,81,131). Sum of RGB (Red+Green+Blue) = 75+81+131=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B5183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5183 is #B4AE7C. Grayscale: #545454. Windows color (decimal): -11841149 or 8606027. OLE color: 8606027.

HSL color Cylindrical-coordinate representation of color #4B5183: hue angle of 233.57º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B5183 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 81 131 -
CMYK 0.43 0.38 0 0.49
HSL 233.57º 0.27% 0.4% -
HSV(B) 233.57º 0.43% 0.51% -
XYZ 9.94 9.02 22.69 -
YUV 84.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 75 81 131 0.43 0.38 0 0.49 233.57 0.27 0.4
Hex 4B 51 83 2B 26 0 31 EA 1B 28
Octal 113 121 203 53 46 0 61 352 33 50
Binary 1001011 1010001 10000011 101011 100110 0 110001 11101010 11011 101000

Color Harmonies of #4B5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5183

Black with #4B5183

Text Example


Text Example

White with #4B5183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,81,131); }

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

background-color css

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

 a { background-color: rgb(75,81,131); }

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

border-color css

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

 span { border-color: rgb(75,81,131); }

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