Html Css Color HEX #46637B Wedgewood

📋 copy color: '#46637B'

red 70 ◦ green 99 ◦ blue 123

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

Shades of Wedgewood #46637B

Tints of Wedgewood #46637B

RGB

 RED value IS 70 (27.73% from 255) = 23.97%

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 23.97%
G = 33.9%
B = 42.12%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46637B (or 0x46637B) is known color: Wedgewood. HEX triplet: 46, 63 and 7B. RGB value is (70,99,123). Sum of RGB (Red+Green+Blue) = 70+99+123=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #46637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46637B is #B99C84. Grayscale: #5C5C5C. Windows color (decimal): -12164229 or 8086342. OLE color: 8086342.

HSL color Cylindrical-coordinate representation of color #46637B: hue angle of 207.17º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46637B is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 99 123 -
CMYK 0.43 0.20 0 0.52
HSL 207.17º 0.27% 0.38% -
HSV(B) 207.17º 0.43% 0.48% -
XYZ 10.56 11.66 20.43 -
YUV 93.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 70 99 123 0.43 0.20 0 0.52 207.17 0.27 0.38
Hex 46 63 7B 2B 14 0 34 CF 1B 26
Octal 106 143 173 53 24 0 64 317 33 46
Binary 1000110 1100011 1111011 101011 10100 0 110100 11001111 11011 100110

Color Harmonies of #46637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46637B

Black with #46637B

Text Example


Text Example

White with #46637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46637B; }

 p { color: rgb(70,99,123); }

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

background-color css

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

 a { background-color: rgb(70,99,123); }

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

border-color css

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

 span { border-color: rgb(70,99,123); }

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