Html Css Color HEX #436490 Wedgewood

📋 copy color: '#436490'

red 67 ◦ green 100 ◦ blue 144

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

Shades of Wedgewood #436490

Tints of Wedgewood #436490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 21.54%
G = 32.15%
B = 46.3%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#436490 (or 0x436490) is known color: Wedgewood. HEX triplet: 43, 64 and 90. RGB value is (67,100,144). Sum of RGB (Red+Green+Blue) = 67+100+144=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #436490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436490 is #BC9B6F. Grayscale: #5E5E5E. Windows color (decimal): -12360560 or 9462851. OLE color: 9462851.

HSL color Cylindrical-coordinate representation of color #436490: hue angle of 214.29º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #436490 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 100 144 -
CMYK 0.53 0.31 0 0.44
HSL 214.29º 0.36% 0.41% -
HSV(B) 214.29º 0.53% 0.56% -
XYZ 11.91 12.32 28.14 -
YUV 95.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 67 100 144 0.53 0.31 0 0.44 214.29 0.36 0.41
Hex 43 64 90 35 1F 0 2C D6 24 29
Octal 103 144 220 65 37 0 54 326 44 51
Binary 1000011 1100100 10010000 110101 11111 0 101100 11010110 100100 101001

Color Harmonies of #436490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436490

Black with #436490

Text Example


Text Example

White with #436490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436490; }

 p { color: rgb(67,100,144); }

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

background-color css

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

 a { background-color: rgb(67,100,144); }

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

border-color css

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

 span { border-color: rgb(67,100,144); }

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