#7095C4

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

Shades of Danube #7095C4

Tints of Danube #7095C4

Color information

#7095C4 (or 0x7095C4) is unknown color: approx Danube. HEX triplet: 70, 95 and C4. RGB value is (112,149,196). Sum of RGB (Red+Green+Blue) = 112+149+196=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #7095C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095C4 is #8F6A3B. Grayscale: #8F8F8F. Windows color (decimal): -9398844 or 12883312. OLE color: 12883312.

HSL color Cylindrical-coordinate representation of color #7095C4: hue angle of 213.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7095C4 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB112149196-
CMYK0.430.2400.23
HSL213.57º41.58%60.39%-
HSV(B)213.57º42.86%76.86%-
XYZ27.3928.9356.36-
YUV143.29157.74105.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 196 (76.95% from 255) = 42.89%
R=24.51%
G=32.60%
B=42.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121491960.430.2400.23213.5741.5860.39
Hex7095C42B18017d62a3c
Octal16022530453300273265274
Binary111000010010101110001001010111100001011111010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7095C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7095C4; }

 p { color: rgb(112,149,196); }

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

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

 a { background-color: rgb(112,149,196); }

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

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

 span { border-color: rgb(112,149,196); }

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