Html Css Color HEX #452378 Windsor

📋 copy color: '#452378'

red 69 ◦ green 35 ◦ blue 120

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

Shades of Windsor #452378

Tints of Windsor #452378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 30.8%
G = 15.63%
B = 53.57%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#452378 (or 0x452378) is known color: Windsor. HEX triplet: 45, 23 and 78. RGB value is (69,35,120). Sum of RGB (Red+Green+Blue) = 69+35+120=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #452378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452378 is #BADC87. Grayscale: #363636. Windows color (decimal): -12246152 or 7873349. OLE color: 7873349.

HSL color Cylindrical-coordinate representation of color #452378: hue angle of 264º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452378 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 35 120 -
CMYK 0.42 0.71 0 0.53
HSL 264º 0.55% 0.3% -
HSV(B) 264º 0.71% 0.47% -
XYZ 6.45 3.82 18.17 -
YUV 54.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 69 35 120 0.42 0.71 0 0.53 264 0.55 0.3
Hex 45 23 78 2A 47 0 35 108 37 1E
Octal 105 43 170 52 107 0 65 410 67 36
Binary 1000101 100011 1111000 101010 1000111 0 110101 100001000 110111 11110

Color Harmonies of #452378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452378

Black with #452378

Text Example


Text Example

White with #452378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452378; }

 p { color: rgb(69,35,120); }

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

background-color css

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

 a { background-color: rgb(69,35,120); }

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

border-color css

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

 span { border-color: rgb(69,35,120); }

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