#452B68

Color #452B68 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #452B68

Tints of Blue Diamond #452B68

Color information

#452B68 (or 0x452B68) is unknown color: approx Blue Diamond. HEX triplet: 45, 2B and 68. RGB value is (69,43,104). Sum of RGB (Red+Green+Blue) = 69+43+104=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #452B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B68 is #BAD497. Grayscale: #393939. Windows color (decimal): -12244120 or 6826821. OLE color: 6826821.

HSL color Cylindrical-coordinate representation of color #452B68: hue angle of 265.57º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452B68 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6943104-
CMYK0.340.5900.59
HSL265.57º41.5%28.82%-
HSV(B)265.57º58.65%40.78%-
XYZ5.823.9913.56-
YUV57.73154.11136.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=31.94%
G=19.91%
B=48.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69431040.340.5900.59265.5741.528.82
Hex452B68223B03B10a291d
Octal1055315042730734125135
Binary10001011010111101000100010111011011101110000101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452B68; }

 p { color: rgb(69,43,104); }

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

<style>
 a { background-color: #452B68; }

 a { background-color: rgb(69,43,104); }

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

<style>
 span { border-color: #452B68; }

 span { border-color: rgb(69,43,104); }

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