Html Css Color HEX #46677F Wedgewood

📋 copy color: '#46677F'

red 70 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #46677F

Tints of Wedgewood #46677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

 BLUE value IS 127 (50% from 255) = 42.33%

R = 23.33%
G = 34.33%
B = 42.33%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46677F (or 0x46677F) is known color: Wedgewood. HEX triplet: 46, 67 and 7F. RGB value is (70,103,127). Sum of RGB (Red+Green+Blue) = 70+103+127=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #46677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46677F is #B99880. Grayscale: #5F5F5F. Windows color (decimal): -12163201 or 8349510. OLE color: 8349510.

HSL color Cylindrical-coordinate representation of color #46677F: hue angle of 205.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46677F is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 103 127 -
CMYK 0.45 0.19 0 0.50
HSL 205.26º 0.29% 0.39% -
HSV(B) 205.26º 0.45% 0.5% -
XYZ 11.21 12.53 21.91 -
YUV 95.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 70 103 127 0.45 0.19 0 0.50 205.26 0.29 0.39
Hex 46 67 7F 2D 13 0 32 CD 1D 27
Octal 106 147 177 55 23 0 62 315 35 47
Binary 1000110 1100111 1111111 101101 10011 0 110010 11001101 11101 100111

Color Harmonies of #46677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46677F

Black with #46677F

Text Example


Text Example

White with #46677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46677F; }

 p { color: rgb(70,103,127); }

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

background-color css

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

 a { background-color: rgb(70,103,127); }

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

border-color css

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

 span { border-color: rgb(70,103,127); }

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