Html Css Color HEX #4C439E Blue Gem

📋 copy color: '#4C439E'

red 76 ◦ green 67 ◦ blue 158

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

Shades of Blue Gem #4C439E

Tints of Blue Gem #4C439E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.49%

R = 25.25%
G = 22.26%
B = 52.49%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C439E (or 0x4C439E) is known color: Blue Gem. HEX triplet: 4C, 43 and 9E. RGB value is (76,67,158). Sum of RGB (Red+Green+Blue) = 76+67+158=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C439E is #B3BC61. Grayscale: #4F4F4F. Windows color (decimal): -11779170 or 10371916. OLE color: 10371916.

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

Color convert

RGB 76 67 158 -
CMYK 0.52 0.58 0 0.38
HSL 245.93º 0.4% 0.44% -
HSV(B) 245.93º 0.58% 0.62% -
XYZ 11.16 8.02 33.31 -
YUV 80.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 76 67 158 0.52 0.58 0 0.38 245.93 0.4 0.44
Hex 4C 43 9E 34 3A 0 26 F6 28 2C
Octal 114 103 236 64 72 0 46 366 50 54
Binary 1001100 1000011 10011110 110100 111010 0 100110 11110110 101000 101100

Color Harmonies of #4C439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C439E

Black with #4C439E

Text Example


Text Example

White with #4C439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,158); }

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

background-color css

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

 a { background-color: rgb(76,67,158); }

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

border-color css

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

 span { border-color: rgb(76,67,158); }

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