Html Css Color HEX #4C338B Blue Gem

📋 copy color: '#4C338B'

red 76 ◦ green 51 ◦ blue 139

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

Shades of Blue Gem #4C338B

Tints of Blue Gem #4C338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 28.57%
G = 19.17%
B = 52.26%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C338B (or 0x4C338B) is known color: Blue Gem. HEX triplet: 4C, 33 and 8B. RGB value is (76,51,139). Sum of RGB (Red+Green+Blue) = 76+51+139=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C338B is #B3CC74. Grayscale: #444444. Windows color (decimal): -11783285 or 9122636. OLE color: 9122636.

HSL color Cylindrical-coordinate representation of color #4C338B: hue angle of 257.05º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C338B is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 51 139 -
CMYK 0.45 0.63 0 0.45
HSL 257.05º 0.46% 0.37% -
HSV(B) 257.05º 0.63% 0.55% -
XYZ 8.82 5.77 25.07 -
YUV 68.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 76 51 139 0.45 0.63 0 0.45 257.05 0.46 0.37
Hex 4C 33 8B 2D 3F 0 2D 101 2E 25
Octal 114 63 213 55 77 0 55 401 56 45
Binary 1001100 110011 10001011 101101 111111 0 101101 100000001 101110 100101

Color Harmonies of #4C338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C338B

Black with #4C338B

Text Example


Text Example

White with #4C338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,139); }

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

background-color css

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

 a { background-color: rgb(76,51,139); }

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

border-color css

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

 span { border-color: rgb(76,51,139); }

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