Html Css Color HEX #484069 Meteorite

📋 copy color: '#484069'

red 72 ◦ green 64 ◦ blue 105

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

Shades of Meteorite #484069

Tints of Meteorite #484069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 29.88%
G = 26.56%
B = 43.57%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#484069 (or 0x484069) is known color: Meteorite. HEX triplet: 48, 40 and 69. RGB value is (72,64,105). Sum of RGB (Red+Green+Blue) = 72+64+105=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #484069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484069 is #B7BF96. Grayscale: #464646. Windows color (decimal): -12042135 or 6897736. OLE color: 6897736.

HSL color Cylindrical-coordinate representation of color #484069: hue angle of 251.71º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #484069 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 64 105 -
CMYK 0.31 0.39 0 0.59
HSL 251.71º 0.24% 0.33% -
HSV(B) 251.71º 0.39% 0.41% -
XYZ 7.06 6.06 14.16 -
YUV 71.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 72 64 105 0.31 0.39 0 0.59 251.71 0.24 0.33
Hex 48 40 69 1F 27 0 3B FC 18 21
Octal 110 100 151 37 47 0 73 374 30 41
Binary 1001000 1000000 1101001 11111 100111 0 111011 11111100 11000 100001

Color Harmonies of #484069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484069

Black with #484069

Text Example


Text Example

White with #484069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484069; }

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

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

background-color css

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

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

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

border-color css

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

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

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