Html Css Color HEX #4A3B67 Meteorite

📋 copy color: '#4A3B67'

red 74 ◦ green 59 ◦ blue 103

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

Shades of Meteorite #4A3B67

Tints of Meteorite #4A3B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 31.36%
G = 25%
B = 43.64%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A3B67 (or 0x4A3B67) is known color: Meteorite. HEX triplet: 4A, 3B and 67. RGB value is (74,59,103). Sum of RGB (Red+Green+Blue) = 74+59+103=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3B67 is #B5C498. Grayscale: #444444. Windows color (decimal): -11912345 or 6765386. OLE color: 6765386.

HSL color Cylindrical-coordinate representation of color #4A3B67: hue angle of 260.45º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A3B67 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 59 103 -
CMYK 0.28 0.43 0 0.60
HSL 260.45º 0.27% 0.32% -
HSV(B) 260.45º 0.43% 0.4% -
XYZ 6.84 5.56 13.55 -
YUV 68.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 74 59 103 0.28 0.43 0 0.60 260.45 0.27 0.32
Hex 4A 3B 67 1C 2B 0 3C 104 1B 20
Octal 112 73 147 34 53 0 74 404 33 40
Binary 1001010 111011 1100111 11100 101011 0 111100 100000100 11011 100000

Color Harmonies of #4A3B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3B67

Black with #4A3B67

Text Example


Text Example

White with #4A3B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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