#7094C4

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

Shades of Danube #7094C4

Tints of Danube #7094C4

Color information

#7094C4 (or 0x7094C4) is unknown color: approx Danube. HEX triplet: 70, 94 and C4. RGB value is (112,148,196). Sum of RGB (Red+Green+Blue) = 112+148+196=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #7094C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7094C4 is #8F6B3B. Grayscale: #8E8E8E. Windows color (decimal): -9399100 or 12883056. OLE color: 12883056.

HSL color Cylindrical-coordinate representation of color #7094C4: hue angle of 214.29º 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 #7094C4 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB112148196-
CMYK0.430.2400.23
HSL214.29º41.58%60.39%-
HSV(B)214.29º42.86%76.86%-
XYZ27.2428.6156.31-
YUV142.71158.07106.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 196 (76.95% from 255) = 42.98%
R=24.56%
G=32.46%
B=42.98%

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
Decimal1121481960.430.2400.23214.2941.5860.39
Hex7094C42B18017d62a3c
Octal16022430453300273265274
Binary111000010010100110001001010111100001011111010110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7094C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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