Html Css Color HEX #433274 Windsor

📋 copy color: '#433274'

red 67 ◦ green 50 ◦ blue 116

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

Shades of Windsor #433274

Tints of Windsor #433274

RGB

 RED value IS 67 (26.56% from 255) = 28.76%

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 116 (45.7% from 255) = 49.79%

R = 28.76%
G = 21.46%
B = 49.79%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#433274 (or 0x433274) is known color: Windsor. HEX triplet: 43, 32 and 74. RGB value is (67,50,116). Sum of RGB (Red+Green+Blue) = 67+50+116=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #433274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433274 is #BCCD8B. Grayscale: #3E3E3E. Windows color (decimal): -12373388 or 7615043. OLE color: 7615043.

HSL color Cylindrical-coordinate representation of color #433274: hue angle of 255.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433274 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 50 116 -
CMYK 0.42 0.57 0 0.55
HSL 255.45º 0.4% 0.33% -
HSV(B) 255.45º 0.57% 0.45% -
XYZ 6.61 4.74 17.09 -
YUV 62.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 67 50 116 0.42 0.57 0 0.55 255.45 0.4 0.33
Hex 43 32 74 2A 39 0 37 FF 28 21
Octal 103 62 164 52 71 0 67 377 50 41
Binary 1000011 110010 1110100 101010 111001 0 110111 11111111 101000 100001

Color Harmonies of #433274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433274

Black with #433274

Text Example


Text Example

White with #433274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433274; }

 p { color: rgb(67,50,116); }

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

background-color css

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

 a { background-color: rgb(67,50,116); }

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

border-color css

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

 span { border-color: rgb(67,50,116); }

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