Html Css Color HEX #484066 Meteorite

📋 copy color: '#484066'

red 72 ◦ green 64 ◦ blue 102

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

Shades of Meteorite #484066

Tints of Meteorite #484066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 30.25%
G = 26.89%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#484066 (or 0x484066) is known color: Meteorite. HEX triplet: 48, 40 and 66. RGB value is (72,64,102). Sum of RGB (Red+Green+Blue) = 72+64+102=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #484066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484066 is #B7BF99. Grayscale: #464646. Windows color (decimal): -12042138 or 6701128. OLE color: 6701128.

HSL color Cylindrical-coordinate representation of color #484066: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484066 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 64 102 -
CMYK 0.29 0.37 0 0.6
HSL 252.63º 0.23% 0.33% -
HSV(B) 252.63º 0.37% 0.4% -
XYZ 6.9 6 13.37 -
YUV 70.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 72 64 102 0.29 0.37 0 0.6 252.63 0.23 0.33
Hex 48 40 66 1D 25 0 3C FD 17 21
Octal 110 100 146 35 45 0 74 375 27 41
Binary 1001000 1000000 1100110 11101 100101 0 111100 11111101 10111 100001

Color Harmonies of #484066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484066

Black with #484066

Text Example


Text Example

White with #484066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484066; }

 p { color: rgb(72,64,102); }

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

background-color css

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

 a { background-color: rgb(72,64,102); }

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

border-color css

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

 span { border-color: rgb(72,64,102); }

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