#451C75

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

Shades of Blue Diamond #451C75

Tints of Blue Diamond #451C75

Color information

#451C75 (or 0x451C75) is unknown color: approx Blue Diamond. HEX triplet: 45, 1C and 75. RGB value is (69,28,117). Sum of RGB (Red+Green+Blue) = 69+28+117=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #451C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C75 is #BAE38A. Grayscale: #323232. Windows color (decimal): -12247947 or 7674949. OLE color: 7674949.

HSL color Cylindrical-coordinate representation of color #451C75: hue angle of 267.64º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #451C75 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6928117-
CMYK0.410.7600.54
HSL267.64º61.38%28.43%-
HSV(B)267.64º76.07%45.88%-
XYZ6.083.3817.16-
YUV50.4165.58141.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=32.24%
G=13.08%
B=54.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69281170.410.7600.54267.6461.3828.43
Hex451C75294C03610c3d1c
Octal10534165511140664147534
Binary10001011110011101011010011001100011011010000110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451C75; }

 p { color: rgb(69,28,117); }

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

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

 a { background-color: rgb(69,28,117); }

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

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

 span { border-color: rgb(69,28,117); }

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