#4B369C

Color #4B369C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4B369C

Tints of Blue Gem #4B369C

Color information

#4B369C (or 0x4B369C) is unknown color: approx Blue Gem. HEX triplet: 4B, 36 and 9C. RGB value is (75,54,156). Sum of RGB (Red+Green+Blue) = 75+54+156=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B369C is #B4C963. Grayscale: #474747. Windows color (decimal): -11848036 or 10237515. OLE color: 10237515.

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

Color convert

RGB7554156-
CMYK0.520.6500.39
HSL252.35º48.57%41.18%-
HSV(B)252.35º65.38%61.18%-
XYZ10.226.5332.18-
YUV71.91175.46130.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=26.32%
G=18.95%
B=54.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75541560.520.6500.39252.3548.5741.18
Hex4B369C3441027fc3129
Octal11366234641010473746151
Binary1001011110110100111001101001000001010011111111100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,156); }

 H1.HeaderClassName
 {
   color: #4B369C;
 }
 .AnyTagClassName
 {
   color: #4B369C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,54,156); }

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

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

 span { border-color: rgb(75,54,156); }

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