Html Css Color HEX #4A439A Blue Gem

📋 copy color: '#4A439A'

red 74 ◦ green 67 ◦ blue 154

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

Shades of Blue Gem #4A439A

Tints of Blue Gem #4A439A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 25.08%
G = 22.71%
B = 52.2%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A439A (or 0x4A439A) is known color: Blue Gem. HEX triplet: 4A, 43 and 9A. RGB value is (74,67,154). Sum of RGB (Red+Green+Blue) = 74+67+154=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A439A is #B5BC65. Grayscale: #4E4E4E. Windows color (decimal): -11910246 or 10109770. OLE color: 10109770.

HSL color Cylindrical-coordinate representation of color #4A439A: hue angle of 244.83º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A439A is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 67 154 -
CMYK 0.52 0.56 0 0.40
HSL 244.83º 0.39% 0.43% -
HSV(B) 244.83º 0.56% 0.6% -
XYZ 10.66 7.8 31.52 -
YUV 79.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 74 67 154 0.52 0.56 0 0.40 244.83 0.39 0.43
Hex 4A 43 9A 34 38 0 28 F5 27 2B
Octal 112 103 232 64 70 0 50 365 47 53
Binary 1001010 1000011 10011010 110100 111000 0 101000 11110101 100111 101011

Color Harmonies of #4A439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A439A

Black with #4A439A

Text Example


Text Example

White with #4A439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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