Html Css Color HEX #4A3867 Meteorite

📋 copy color: '#4A3867'

red 74 ◦ green 56 ◦ blue 103

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

Shades of Meteorite #4A3867

Tints of Meteorite #4A3867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 31.76%
G = 24.03%
B = 44.21%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4A3867 (or 0x4A3867) is known color: Meteorite. HEX triplet: 4A, 38 and 67. RGB value is (74,56,103). Sum of RGB (Red+Green+Blue) = 74+56+103=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3867 is #B5C798. Grayscale: #424242. Windows color (decimal): -11913113 or 6764618. OLE color: 6764618.

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

Color convert

RGB 74 56 103 -
CMYK 0.28 0.46 0 0.60
HSL 262.98º 0.3% 0.31% -
HSV(B) 262.98º 0.46% 0.4% -
XYZ 6.69 5.26 13.5 -
YUV 66.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 74 56 103 0.28 0.46 0 0.60 262.98 0.3 0.31
Hex 4A 38 67 1C 2E 0 3C 107 1E 1F
Octal 112 70 147 34 56 0 74 407 36 37
Binary 1001010 111000 1100111 11100 101110 0 111100 100000111 11110 11111

Color Harmonies of #4A3867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3867

Black with #4A3867

Text Example


Text Example

White with #4A3867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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