Html Css Color HEX #4A3B69 Meteorite

📋 copy color: '#4A3B69'

red 74 ◦ green 59 ◦ blue 105

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

Shades of Meteorite #4A3B69

Tints of Meteorite #4A3B69

RGB

 RED value IS 74 (29.3% from 255) = 31.09%

 GREEN value IS 59 (23.44% from 255) = 24.79%

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

R = 31.09%
G = 24.79%
B = 44.12%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4A3B69 (or 0x4A3B69) is known color: Meteorite. HEX triplet: 4A, 3B and 69. RGB value is (74,59,105). Sum of RGB (Red+Green+Blue) = 74+59+105=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A3B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3B69 is #B5C496. Grayscale: #444444. Windows color (decimal): -11912343 or 6896458. OLE color: 6896458.

HSL color Cylindrical-coordinate representation of color #4A3B69: hue angle of 259.57º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A3B69 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 74 59 105 -
CMYK 0.30 0.44 0 0.59
HSL 259.57º 0.28% 0.32% -
HSV(B) 259.57º 0.44% 0.41% -
XYZ 6.94 5.6 14.08 -
YUV 68.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 74 59 105 0.30 0.44 0 0.59 259.57 0.28 0.32
Hex 4A 3B 69 1E 2C 0 3B 104 1C 20
Octal 112 73 151 36 54 0 73 404 34 40
Binary 1001010 111011 1101001 11110 101100 0 111011 100000100 11100 100000

Color Harmonies of #4A3B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3B69

Black with #4A3B69

Text Example


Text Example

White with #4A3B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3B69; }

 p { color: rgb(74,59,105); }

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

background-color css

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

 a { background-color: rgb(74,59,105); }

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

border-color css

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

 span { border-color: rgb(74,59,105); }

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