#718CA4

Color #718CA4 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #718CA4

Tints of Bermuda Grey #718CA4

Color information

#718CA4 (or 0x718CA4) is unknown color: approx Bermuda Grey. HEX triplet: 71, 8C and A4. RGB value is (113,140,164). Sum of RGB (Red+Green+Blue) = 113+140+164=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #718CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CA4 is #8E735B. Grayscale: #868686. Windows color (decimal): -9335644 or 10783857. OLE color: 10783857.

HSL color Cylindrical-coordinate representation of color #718CA4: hue angle of 208.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #718CA4 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113140164-
CMYK0.310.1500.36
HSL208.24º21.89%54.31%-
HSV(B)208.24º31.1%64.31%-
XYZ22.8924.9538.73-
YUV134.66144.55112.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=27.10%
G=33.57%
B=39.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131401640.310.1500.36208.2421.8954.31
Hex718CA41FF024d01636
Octal16121424437170443202666
Binary1110001100011001010010011111111101001001101000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718CA4; }

 p { color: rgb(113,140,164); }

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

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

 a { background-color: rgb(113,140,164); }

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

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

 span { border-color: rgb(113,140,164); }

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