Html Css Color HEX #4A449F Blue Gem

📋 copy color: '#4A449F'

red 74 ◦ green 68 ◦ blue 159

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

Shades of Blue Gem #4A449F

Tints of Blue Gem #4A449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.59%

 BLUE value IS 159 (62.5% from 255) = 52.82%

R = 24.58%
G = 22.59%
B = 52.82%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A449F (or 0x4A449F) is known color: Blue Gem. HEX triplet: 4A, 44 and 9F. RGB value is (74,68,159). Sum of RGB (Red+Green+Blue) = 74+68+159=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A449F is #B5BB60. Grayscale: #4F4F4F. Windows color (decimal): -11909985 or 10437706. OLE color: 10437706.

HSL color Cylindrical-coordinate representation of color #4A449F: hue angle of 243.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A449F is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 68 159 -
CMYK 0.53 0.57 0 0.38
HSL 243.96º 0.4% 0.45% -
HSV(B) 243.96º 0.57% 0.62% -
XYZ 11.15 8.09 33.78 -
YUV 80.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 74 68 159 0.53 0.57 0 0.38 243.96 0.4 0.45
Hex 4A 44 9F 35 39 0 26 F4 28 2D
Octal 112 104 237 65 71 0 46 364 50 55
Binary 1001010 1000100 10011111 110101 111001 0 100110 11110100 101000 101101

Color Harmonies of #4A449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A449F

Black with #4A449F

Text Example


Text Example

White with #4A449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,68,159); }

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

background-color css

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

 a { background-color: rgb(74,68,159); }

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

border-color css

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

 span { border-color: rgb(74,68,159); }

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