Html Css Color HEX #436B8C Wedgewood

📋 copy color: '#436B8C'

red 67 ◦ green 107 ◦ blue 140

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

Shades of Wedgewood #436B8C

Tints of Wedgewood #436B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 140 (55.08% from 255) = 44.59%

R = 21.34%
G = 34.08%
B = 44.59%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#436B8C (or 0x436B8C) is known color: Wedgewood. HEX triplet: 43, 6B and 8C. RGB value is (67,107,140). Sum of RGB (Red+Green+Blue) = 67+107+140=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #436B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436B8C is #BC9473. Grayscale: #626262. Windows color (decimal): -12358772 or 9202499. OLE color: 9202499.

HSL color Cylindrical-coordinate representation of color #436B8C: hue angle of 207.12º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #436B8C is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 107 140 -
CMYK 0.52 0.24 0 0.45
HSL 207.12º 0.35% 0.41% -
HSV(B) 207.12º 0.52% 0.55% -
XYZ 12.31 13.6 26.79 -
YUV 98.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 67 107 140 0.52 0.24 0 0.45 207.12 0.35 0.41
Hex 43 6B 8C 34 18 0 2D CF 23 29
Octal 103 153 214 64 30 0 55 317 43 51
Binary 1000011 1101011 10001100 110100 11000 0 101101 11001111 100011 101001

Color Harmonies of #436B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436B8C

Black with #436B8C

Text Example


Text Example

White with #436B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,107,140); }

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

background-color css

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

 a { background-color: rgb(67,107,140); }

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

border-color css

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

 span { border-color: rgb(67,107,140); }

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