Html Css Color HEX #483E77 Meteorite

📋 copy color: '#483E77'

red 72 ◦ green 62 ◦ blue 119

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

Shades of Meteorite #483E77

Tints of Meteorite #483E77

RGB

 RED value IS 72 (28.52% from 255) = 28.46%

 GREEN value IS 62 (24.61% from 255) = 24.51%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 28.46%
G = 24.51%
B = 47.04%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#483E77 (or 0x483E77) is known color: Meteorite. HEX triplet: 48, 3E and 77. RGB value is (72,62,119). Sum of RGB (Red+Green+Blue) = 72+62+119=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #483E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E77 is #B7C188. Grayscale: #474747. Windows color (decimal): -12042633 or 7814728. OLE color: 7814728.

HSL color Cylindrical-coordinate representation of color #483E77: hue angle of 250.53º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483E77 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 62 119 -
CMYK 0.39 0.48 0 0.53
HSL 250.53º 0.31% 0.35% -
HSV(B) 250.53º 0.48% 0.47% -
XYZ 7.72 6.15 18.23 -
YUV 71.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 72 62 119 0.39 0.48 0 0.53 250.53 0.31 0.35
Hex 48 3E 77 27 30 0 35 FB 1F 23
Octal 110 76 167 47 60 0 65 373 37 43
Binary 1001000 111110 1110111 100111 110000 0 110101 11111011 11111 100011

Color Harmonies of #483E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E77

Black with #483E77

Text Example


Text Example

White with #483E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E77; }

 p { color: rgb(72,62,119); }

 H1.HeaderClassName
 {
   color: #483E77;
 }
 .AnyTagClassName
 {
   color: #483E77;
 }
</style>

background-color css

<style>
 a { background-color: #483E77; }

 a { background-color: rgb(72,62,119); }

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

border-color css

<style>
 span { border-color: #483E77; }

 span { border-color: rgb(72,62,119); }

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