Html Css Color HEX #4C449A Blue Gem

📋 copy color: '#4C449A'

red 76 ◦ green 68 ◦ blue 154

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

Shades of Blue Gem #4C449A

Tints of Blue Gem #4C449A

RGB

 RED value IS 76 (30.08% from 255) = 25.5%

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

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

R = 25.5%
G = 22.82%
B = 51.68%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C449A (or 0x4C449A) is known color: Blue Gem. HEX triplet: 4C, 44 and 9A. RGB value is (76,68,154). Sum of RGB (Red+Green+Blue) = 76+68+154=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C449A is #B3BB65. Grayscale: #4F4F4F. Windows color (decimal): -11778918 or 10110028. OLE color: 10110028.

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

Color convert

RGB 76 68 154 -
CMYK 0.51 0.56 0 0.40
HSL 245.58º 0.39% 0.44% -
HSV(B) 245.58º 0.56% 0.6% -
XYZ 10.88 8 31.54 -
YUV 80.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 76 68 154 0.51 0.56 0 0.40 245.58 0.39 0.44
Hex 4C 44 9A 33 38 0 28 F6 27 2C
Octal 114 104 232 63 70 0 50 366 47 54
Binary 1001100 1000100 10011010 110011 111000 0 101000 11110110 100111 101100

Color Harmonies of #4C449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C449A

Black with #4C449A

Text Example


Text Example

White with #4C449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,154); }

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

background-color css

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

 a { background-color: rgb(76,68,154); }

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

border-color css

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

 span { border-color: rgb(76,68,154); }

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