Html Css Color HEX #483E74 Meteorite

📋 copy color: '#483E74'

red 72 ◦ green 62 ◦ blue 116

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

Shades of Meteorite #483E74

Tints of Meteorite #483E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 28.8%
G = 24.8%
B = 46.4%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#483E74 (or 0x483E74) is known color: Meteorite. HEX triplet: 48, 3E and 74. RGB value is (72,62,116). Sum of RGB (Red+Green+Blue) = 72+62+116=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #483E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E74 is #B7C18B. Grayscale: #464646. Windows color (decimal): -12042636 or 7618120. OLE color: 7618120.

HSL color Cylindrical-coordinate representation of color #483E74: hue angle of 251.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483E74 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 62 116 -
CMYK 0.38 0.47 0 0.55
HSL 251.11º 0.3% 0.35% -
HSV(B) 251.11º 0.47% 0.45% -
XYZ 7.55 6.08 17.3 -
YUV 71.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 72 62 116 0.38 0.47 0 0.55 251.11 0.3 0.35
Hex 48 3E 74 26 2F 0 37 FB 1E 23
Octal 110 76 164 46 57 0 67 373 36 43
Binary 1001000 111110 1110100 100110 101111 0 110111 11111011 11110 100011

Color Harmonies of #483E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E74

Black with #483E74

Text Example


Text Example

White with #483E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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