Html Css Color HEX #4C459B Blue Gem

📋 copy color: '#4C459B'

red 76 ◦ green 69 ◦ blue 155

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

Shades of Blue Gem #4C459B

Tints of Blue Gem #4C459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

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

R = 25.33%
G = 23%
B = 51.67%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C459B (or 0x4C459B) is known color: Blue Gem. HEX triplet: 4C, 45 and 9B. RGB value is (76,69,155). Sum of RGB (Red+Green+Blue) = 76+69+155=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C459B is #B3BA64. Grayscale: #505050. Windows color (decimal): -11778661 or 10175820. OLE color: 10175820.

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

Color convert

RGB 76 69 155 -
CMYK 0.51 0.55 0 0.39
HSL 244.88º 0.38% 0.44% -
HSV(B) 244.88º 0.55% 0.61% -
XYZ 11.03 8.16 32 -
YUV 80.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 76 69 155 0.51 0.55 0 0.39 244.88 0.38 0.44
Hex 4C 45 9B 33 37 0 27 F5 26 2C
Octal 114 105 233 63 67 0 47 365 46 54
Binary 1001100 1000101 10011011 110011 110111 0 100111 11110101 100110 101100

Color Harmonies of #4C459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C459B

Black with #4C459B

Text Example


Text Example

White with #4C459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,155); }

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

background-color css

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

 a { background-color: rgb(76,69,155); }

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

border-color css

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

 span { border-color: rgb(76,69,155); }

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