Html Css Color HEX #4A439B Blue Gem

📋 copy color: '#4A439B'

red 74 ◦ green 67 ◦ blue 155

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

Shades of Blue Gem #4A439B

Tints of Blue Gem #4A439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 25%
G = 22.64%
B = 52.36%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A439B (or 0x4A439B) is known color: Blue Gem. HEX triplet: 4A, 43 and 9B. RGB value is (74,67,155). Sum of RGB (Red+Green+Blue) = 74+67+155=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A439B is #B5BC64. Grayscale: #4E4E4E. Windows color (decimal): -11910245 or 10175306. OLE color: 10175306.

HSL color Cylindrical-coordinate representation of color #4A439B: hue angle of 244.77º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A439B is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 67 155 -
CMYK 0.52 0.57 0 0.39
HSL 244.77º 0.4% 0.44% -
HSV(B) 244.77º 0.57% 0.61% -
XYZ 10.75 7.84 31.96 -
YUV 79.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 74 67 155 0.52 0.57 0 0.39 244.77 0.4 0.44
Hex 4A 43 9B 34 39 0 27 F5 28 2C
Octal 112 103 233 64 71 0 47 365 50 54
Binary 1001010 1000011 10011011 110100 111001 0 100111 11110101 101000 101100

Color Harmonies of #4A439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A439B

Black with #4A439B

Text Example


Text Example

White with #4A439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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