Html Css Color HEX #4A426C Meteorite

📋 copy color: '#4A426C'

red 74 ◦ green 66 ◦ blue 108

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

Shades of Meteorite #4A426C

Tints of Meteorite #4A426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

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

R = 29.84%
G = 26.61%
B = 43.55%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A426C (or 0x4A426C) is known color: Meteorite. HEX triplet: 4A, 42 and 6C. RGB value is (74,66,108). Sum of RGB (Red+Green+Blue) = 74+66+108=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A426C is #B5BD93. Grayscale: #494949. Windows color (decimal): -11910548 or 7094858. OLE color: 7094858.

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

Color convert

RGB 74 66 108 -
CMYK 0.31 0.39 0 0.58
HSL 251.43º 0.24% 0.34% -
HSV(B) 251.43º 0.39% 0.42% -
XYZ 7.48 6.43 15.04 -
YUV 73.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 74 66 108 0.31 0.39 0 0.58 251.43 0.24 0.34
Hex 4A 42 6C 1F 27 0 3A FB 18 22
Octal 112 102 154 37 47 0 72 373 30 42
Binary 1001010 1000010 1101100 11111 100111 0 111010 11111011 11000 100010

Color Harmonies of #4A426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A426C

Black with #4A426C

Text Example


Text Example

White with #4A426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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