#4535B1

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

Shades of Blue Gem #4535B1

Tints of Blue Gem #4535B1

Color information

#4535B1 (or 0x4535B1) is unknown color: approx Blue Gem. HEX triplet: 45, 35 and B1. RGB value is (69,53,177). Sum of RGB (Red+Green+Blue) = 69+53+177=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #4535B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4535B1 is #BACA4E. Grayscale: #474747. Windows color (decimal): -12241487 or 11613509. OLE color: 11613509.

HSL color Cylindrical-coordinate representation of color #4535B1: hue angle of 247.74º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4535B1 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6953177-
CMYK0.610.7000.31
HSL247.74º53.91%45.1%-
HSV(B)247.74º70.06%69.41%-
XYZ11.666.9942.33-
YUV71.92187.3125.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 177 (69.53% from 255) = 59.20%
R=23.08%
G=17.73%
B=59.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69531770.610.7000.31247.7453.9145.1
Hex4535B13D4601Ff8362d
Octal10565261751060373706655
Binary100010111010110110001111101100011001111111111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4535B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4535B1; }

 p { color: rgb(69,53,177); }

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

<style>
 a { background-color: #4535B1; }

 a { background-color: rgb(69,53,177); }

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

<style>
 span { border-color: #4535B1; }

 span { border-color: rgb(69,53,177); }

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