#719295

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

Shades of Gothic #719295

Tints of Gothic #719295

Color information

#719295 (or 0x719295) is unknown color: approx Gothic. HEX triplet: 71, 92 and 95. RGB value is (113,146,149). Sum of RGB (Red+Green+Blue) = 113+146+149=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #719295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719295 is #8E6D6A. Grayscale: #888888. Windows color (decimal): -9334123 or 9802353. OLE color: 9802353.

HSL color Cylindrical-coordinate representation of color #719295: hue angle of 185º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719295 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113146149-
CMYK0.240.0200.42
HSL185º14.52%51.37%-
HSV(B)185º24.16%58.43%-
XYZ22.5126.2432.31-
YUV136.48135.07111.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=27.70%
G=35.78%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131461490.240.0200.4218514.5251.37
Hex71929518202Ab9f33
Octal1612222253020522711763
Binary1110001100100101001010111000100101010101110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719295; }

 p { color: rgb(113,146,149); }

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

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

 a { background-color: rgb(113,146,149); }

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

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

 span { border-color: rgb(113,146,149); }

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