Html Css Color HEX #4A436C Meteorite

📋 copy color: '#4A436C'

red 74 ◦ green 67 ◦ blue 108

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

Shades of Meteorite #4A436C

Tints of Meteorite #4A436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 29.72%
G = 26.91%
B = 43.37%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A436C (or 0x4A436C) is known color: Meteorite. HEX triplet: 4A, 43 and 6C. RGB value is (74,67,108). Sum of RGB (Red+Green+Blue) = 74+67+108=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A436C is #B5BC93. Grayscale: #494949. Windows color (decimal): -11910292 or 7095114. OLE color: 7095114.

HSL color Cylindrical-coordinate representation of color #4A436C: hue angle of 250.24º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A436C is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 67 108 -
CMYK 0.31 0.38 0 0.58
HSL 250.24º 0.23% 0.34% -
HSV(B) 250.24º 0.38% 0.42% -
XYZ 7.54 6.55 15.05 -
YUV 73.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 74 67 108 0.31 0.38 0 0.58 250.24 0.23 0.34
Hex 4A 43 6C 1F 26 0 3A FA 17 22
Octal 112 103 154 37 46 0 72 372 27 42
Binary 1001010 1000011 1101100 11111 100110 0 111010 11111010 10111 100010

Color Harmonies of #4A436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A436C

Black with #4A436C

Text Example


Text Example

White with #4A436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,108); }

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

background-color css

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

 a { background-color: rgb(74,67,108); }

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

border-color css

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

 span { border-color: rgb(74,67,108); }

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