#4B34A6

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

Shades of Blue Gem #4B34A6

Tints of Blue Gem #4B34A6

Color information

#4B34A6 (or 0x4B34A6) is unknown color: approx Blue Gem. HEX triplet: 4B, 34 and A6. RGB value is (75,52,166). Sum of RGB (Red+Green+Blue) = 75+52+166=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #4B34A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B34A6 is #B4CB59. Grayscale: #474747. Windows color (decimal): -11848538 or 10892363. OLE color: 10892363.

HSL color Cylindrical-coordinate representation of color #4B34A6: hue angle of 252.11º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B34A6 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7552166-
CMYK0.550.6900.35
HSL252.11º52.29%42.75%-
HSV(B)252.11º68.67%65.1%-
XYZ11.016.7136.79-
YUV71.87181.12130.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 166 (65.23% from 255) = 56.66%
R=25.60%
G=17.75%
B=56.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75521660.550.6900.35252.1152.2942.75
Hex4B34A63745023fc342b
Octal11364246671050433746453
Binary1001011110100101001101101111000101010001111111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B34A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,166); }

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

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

 a { background-color: rgb(75,52,166); }

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

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

 span { border-color: rgb(75,52,166); }

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