Html Css Color HEX #452E7D Windsor

📋 copy color: '#452E7D'

red 69 ◦ green 46 ◦ blue 125

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

Shades of Windsor #452E7D

Tints of Windsor #452E7D

RGB

 RED value IS 69 (27.34% from 255) = 28.75%

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 28.75%
G = 19.17%
B = 52.08%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#452E7D (or 0x452E7D) is known color: Windsor. HEX triplet: 45, 2E and 7D. RGB value is (69,46,125). Sum of RGB (Red+Green+Blue) = 69+46+125=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #452E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E7D is #BAD182. Grayscale: #3D3D3D. Windows color (decimal): -12243331 or 8203845. OLE color: 8203845.

HSL color Cylindrical-coordinate representation of color #452E7D: hue angle of 257.47º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #452E7D is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 46 125 -
CMYK 0.45 0.63 0 0.51
HSL 257.47º 0.46% 0.34% -
HSV(B) 257.47º 0.63% 0.49% -
XYZ 7.13 4.7 19.93 -
YUV 61.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 69 46 125 0.45 0.63 0 0.51 257.47 0.46 0.34
Hex 45 2E 7D 2D 3F 0 33 101 2E 22
Octal 105 56 175 55 77 0 63 401 56 42
Binary 1000101 101110 1111101 101101 111111 0 110011 100000001 101110 100010

Color Harmonies of #452E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452E7D

Black with #452E7D

Text Example


Text Example

White with #452E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,46,125); }

 H1.HeaderClassName
 {
   color: #452E7D;
 }
 .AnyTagClassName
 {
   color: #452E7D;
 }
</style>

background-color css

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

 a { background-color: rgb(69,46,125); }

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

border-color css

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

 span { border-color: rgb(69,46,125); }

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