#457F6B

Color #457F6B Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #457F6B

Tints of Viridian #457F6B

Color information

#457F6B (or 0x457F6B) is unknown color: approx Viridian. HEX triplet: 45, 7F and 6B. RGB value is (69,127,107). Sum of RGB (Red+Green+Blue) = 69+127+107=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #457F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F6B is #BA8094. Grayscale: #6B6B6B. Windows color (decimal): -12222613 or 7044933. OLE color: 7044933.

HSL color Cylindrical-coordinate representation of color #457F6B: hue angle of 159.31º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F6B is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB69127107-
CMYK0.4600.160.50
HSL159.31º29.59%38.43%-
HSV(B)159.31º45.67%49.8%-
XYZ12.717.5116.62-
YUV107.38127.78100.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=22.77%
G=41.91%
B=35.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691271070.4600.160.50159.3129.5938.43
Hex457F6B2E010329f1e26
Octal10517715356020622373646
Binary1000101111111111010111011100100001100101001111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457F6B; }

 p { color: rgb(69,127,107); }

 H1.HeaderClassName
 {
   color: #457F6B;
 }
 .AnyTagClassName
 {
   color: #457F6B;
 }
</style>
background-color css

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

 a { background-color: rgb(69,127,107); }

 div.DivClassName
 {
   background-color: #457F6B;
 }
 .BgClassName
 {
   background-color: #457F6B;
 }
</style>
border-color css

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

 span { border-color: rgb(69,127,107); }

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