Html Css Color HEX #423074 Windsor

📋 copy color: '#423074'

red 66 ◦ green 48 ◦ blue 116

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

Shades of Windsor #423074

Tints of Windsor #423074

RGB

 RED value IS 66 (26.17% from 255) = 28.7%

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 28.7%
G = 20.87%
B = 50.43%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#423074 (or 0x423074) is known color: Windsor. HEX triplet: 42, 30 and 74. RGB value is (66,48,116). Sum of RGB (Red+Green+Blue) = 66+48+116=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #423074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423074 is #BDCF8B. Grayscale: #3C3C3C. Windows color (decimal): -12439436 or 7614530. OLE color: 7614530.

HSL color Cylindrical-coordinate representation of color #423074: hue angle of 255.88º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423074 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 48 116 -
CMYK 0.43 0.59 0 0.55
HSL 255.88º 0.41% 0.32% -
HSV(B) 255.88º 0.59% 0.45% -
XYZ 6.46 4.53 17.06 -
YUV 61.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 66 48 116 0.43 0.59 0 0.55 255.88 0.41 0.32
Hex 42 30 74 2B 3B 0 37 100 29 20
Octal 102 60 164 53 73 0 67 400 51 40
Binary 1000010 110000 1110100 101011 111011 0 110111 100000000 101001 100000

Color Harmonies of #423074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423074

Black with #423074

Text Example


Text Example

White with #423074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423074; }

 p { color: rgb(66,48,116); }

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

background-color css

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

 a { background-color: rgb(66,48,116); }

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

border-color css

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

 span { border-color: rgb(66,48,116); }

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