#4538AD

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

Shades of Blue Gem #4538AD

Tints of Blue Gem #4538AD

Color information

#4538AD (or 0x4538AD) is unknown color: approx Blue Gem. HEX triplet: 45, 38 and AD. RGB value is (69,56,173). Sum of RGB (Red+Green+Blue) = 69+56+173=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #4538AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4538AD is #BAC752. Grayscale: #484848. Windows color (decimal): -12240723 or 11352133. OLE color: 11352133.

HSL color Cylindrical-coordinate representation of color #4538AD: hue angle of 246.67º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4538AD is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6956173-
CMYK0.600.6800.32
HSL246.67º51.09%44.9%-
HSV(B)246.67º67.63%67.84%-
XYZ11.417.1140.31-
YUV73.22184.31124.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 173 (67.97% from 255) = 58.05%
R=23.15%
G=18.79%
B=58.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69561730.600.6800.32246.6751.0944.9
Hex4538AD3C44020f7332d
Octal10570255741040403676355
Binary1000101111000101011011111001000100010000011110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4538AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4538AD; }

 p { color: rgb(69,56,173); }

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

<style>
 a { background-color: #4538AD; }

 a { background-color: rgb(69,56,173); }

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

<style>
 span { border-color: #4538AD; }

 span { border-color: rgb(69,56,173); }

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