Html Css Color HEX #436C8A Wedgewood

📋 copy color: '#436C8A'

red 67 ◦ green 108 ◦ blue 138

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

Shades of Wedgewood #436C8A

Tints of Wedgewood #436C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.5%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 21.41%
G = 34.5%
B = 44.09%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#436C8A (or 0x436C8A) is known color: Wedgewood. HEX triplet: 43, 6C and 8A. RGB value is (67,108,138). Sum of RGB (Red+Green+Blue) = 67+108+138=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #436C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436C8A is #BC9375. Grayscale: #636363. Windows color (decimal): -12358518 or 9071683. OLE color: 9071683.

HSL color Cylindrical-coordinate representation of color #436C8A: hue angle of 205.35º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #436C8A is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 67 108 138 -
CMYK 0.51 0.22 0 0.46
HSL 205.35º 0.35% 0.4% -
HSV(B) 205.35º 0.51% 0.54% -
XYZ 12.26 13.75 26.05 -
YUV 99.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 67 108 138 0.51 0.22 0 0.46 205.35 0.35 0.4
Hex 43 6C 8A 33 16 0 2E CD 23 28
Octal 103 154 212 63 26 0 56 315 43 50
Binary 1000011 1101100 10001010 110011 10110 0 101110 11001101 100011 101000

Color Harmonies of #436C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436C8A

Black with #436C8A

Text Example


Text Example

White with #436C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436C8A; }

 p { color: rgb(67,108,138); }

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

background-color css

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

 a { background-color: rgb(67,108,138); }

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

border-color css

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

 span { border-color: rgb(67,108,138); }

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