#452968

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

Shades of Blue Diamond #452968

Tints of Blue Diamond #452968

Color information

#452968 (or 0x452968) is unknown color: approx Blue Diamond. HEX triplet: 45, 29 and 68. RGB value is (69,41,104). Sum of RGB (Red+Green+Blue) = 69+41+104=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #452968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452968 is #BAD697. Grayscale: #383838. Windows color (decimal): -12244632 or 6826309. OLE color: 6826309.

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

Color convert

RGB6941104-
CMYK0.340.6100.59
HSL266.67º43.45%28.43%-
HSV(B)266.67º60.58%40.78%-
XYZ5.753.8513.54-
YUV56.55154.78136.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=32.24%
G=19.16%
B=48.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69411040.340.6100.59266.6743.4528.43
Hex452968223D03B10b2b1c
Octal1055115042750734135334
Binary10001011010011101000100010111101011101110000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452968; }

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

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

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

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

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

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

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

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