Html Css Color HEX #483F69 Meteorite

📋 copy color: '#483F69'

red 72 ◦ green 63 ◦ blue 105

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

Shades of Meteorite #483F69

Tints of Meteorite #483F69

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

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

R = 30%
G = 26.25%
B = 43.75%

CMYK

 C value IS 0.31

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483F69 (or 0x483F69) is known color: Meteorite. HEX triplet: 48, 3F and 69. RGB value is (72,63,105). Sum of RGB (Red+Green+Blue) = 72+63+105=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #483F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F69 is #B7C096. Grayscale: #464646. Windows color (decimal): -12042391 or 6897480. OLE color: 6897480.

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

Color convert

RGB 72 63 105 -
CMYK 0.31 0.4 0 0.59
HSL 252.86º 0.25% 0.33% -
HSV(B) 252.86º 0.4% 0.41% -
XYZ 7 5.95 14.14 -
YUV 70.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 72 63 105 0.31 0.4 0 0.59 252.86 0.25 0.33
Hex 48 3F 69 1F 28 0 3B FD 19 21
Octal 110 77 151 37 50 0 73 375 31 41
Binary 1001000 111111 1101001 11111 101000 0 111011 11111101 11001 100001

Color Harmonies of #483F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F69

Black with #483F69

Text Example


Text Example

White with #483F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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