Html Css Color HEX #4A3463 Meteorite

📋 copy color: '#4A3463'

red 74 ◦ green 52 ◦ blue 99

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

Shades of Meteorite #4A3463

Tints of Meteorite #4A3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 99 (39.06% from 255) = 44%

R = 32.89%
G = 23.11%
B = 44%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4A3463 (or 0x4A3463) is known color: Meteorite. HEX triplet: 4A, 34 and 63. RGB value is (74,52,99). Sum of RGB (Red+Green+Blue) = 74+52+99=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A3463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3463 is #B5CB9C. Grayscale: #3F3F3F. Windows color (decimal): -11914141 or 6501450. OLE color: 6501450.

HSL color Cylindrical-coordinate representation of color #4A3463: hue angle of 268.09º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A3463 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 52 99 -
CMYK 0.25 0.47 0 0.61
HSL 268.09º 0.31% 0.3% -
HSV(B) 268.09º 0.47% 0.39% -
XYZ 6.3 4.81 12.4 -
YUV 63.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 74 52 99 0.25 0.47 0 0.61 268.09 0.31 0.3
Hex 4A 34 63 19 2F 0 3D 10C 1F 1E
Octal 112 64 143 31 57 0 75 414 37 36
Binary 1001010 110100 1100011 11001 101111 0 111101 100001100 11111 11110

Color Harmonies of #4A3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3463

Black with #4A3463

Text Example


Text Example

White with #4A3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,99); }

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

background-color css

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

 a { background-color: rgb(74,52,99); }

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

border-color css

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

 span { border-color: rgb(74,52,99); }

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