Html Css Color HEX #451C75 Blue Diamond

📋 copy color: '#451C75'

red 69 ◦ green 28 ◦ blue 117

#451C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #451C75

Tints of Blue Diamond #451C75

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 value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#451C75 (or 0x451C75) is known color: 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

RGB 69 28 117 -
CMYK 0.41 0.76 0 0.54
HSL 267.64º 0.61% 0.28% -
HSV(B) 267.64º 0.76% 0.46% -
XYZ 6.08 3.38 17.16 -
YUV 50.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 69 28 117 0.41 0.76 0 0.54 267.64 0.61 0.28
Hex 45 1C 75 29 4C 0 36 10C 3D 1C
Octal 105 34 165 51 114 0 66 414 75 34
Binary 1000101 11100 1110101 101001 1001100 0 110110 100001100 111101 11100

Color Harmonies of #451C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C75

Black with #451C75

Text Example


Text Example

White with #451C75

Text Example


Text Example

HTML Codes & Css Web 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>