#4B419D

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

Shades of Blue Gem #4B419D

Tints of Blue Gem #4B419D

Color information

#4B419D (or 0x4B419D) is unknown color: approx Blue Gem. HEX triplet: 4B, 41 and 9D. RGB value is (75,65,157). Sum of RGB (Red+Green+Blue) = 75+65+157=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B419D is #B4BE62. Grayscale: #4E4E4E. Windows color (decimal): -11845219 or 10305867. OLE color: 10305867.

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

Color convert

RGB7565157-
CMYK0.520.5900.38
HSL246.52º41.44%43.53%-
HSV(B)246.52º58.6%61.57%-
XYZ10.887.7132.81-
YUV78.48172.31125.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=25.25%
G=21.89%
B=52.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75651570.520.5900.38246.5241.4443.53
Hex4B419D343B026f7292c
Octal11310123564730463675154
Binary1001011100000110011101110100111011010011011110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,157); }

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

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

 a { background-color: rgb(75,65,157); }

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

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

 span { border-color: rgb(75,65,157); }

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