Html Css Color HEX #4A386E Meteorite

📋 copy color: '#4A386E'

red 74 ◦ green 56 ◦ blue 110

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

Shades of Meteorite #4A386E

Tints of Meteorite #4A386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 30.83%
G = 23.33%
B = 45.83%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4A386E (or 0x4A386E) is known color: Meteorite. HEX triplet: 4A, 38 and 6E. RGB value is (74,56,110). Sum of RGB (Red+Green+Blue) = 74+56+110=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A386E is #B5C791. Grayscale: #434343. Windows color (decimal): -11913106 or 7223370. OLE color: 7223370.

HSL color Cylindrical-coordinate representation of color #4A386E: hue angle of 260º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A386E is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 56 110 -
CMYK 0.33 0.49 0 0.57
HSL 260º 0.33% 0.33% -
HSV(B) 260º 0.49% 0.43% -
XYZ 7.05 5.41 15.42 -
YUV 67.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 74 56 110 0.33 0.49 0 0.57 260 0.33 0.33
Hex 4A 38 6E 21 31 0 39 104 21 21
Octal 112 70 156 41 61 0 71 404 41 41
Binary 1001010 111000 1101110 100001 110001 0 111001 100000100 100001 100001

Color Harmonies of #4A386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A386E

Black with #4A386E

Text Example


Text Example

White with #4A386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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