#748EAA

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

Shades of Bermuda Grey #748EAA

Tints of Bermuda Grey #748EAA

Color information

#748EAA (or 0x748EAA) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8E and AA. RGB value is (116,142,170). Sum of RGB (Red+Green+Blue) = 116+142+170=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #748EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748EAA is #8B7155. Grayscale: #898989. Windows color (decimal): -9138518 or 11177588. OLE color: 11177588.

HSL color Cylindrical-coordinate representation of color #748EAA: hue angle of 211.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #748EAA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116142170-
CMYK0.320.1600.33
HSL211.11º24.11%56.08%-
HSV(B)211.11º31.76%66.67%-
XYZ24.1325.9641.77-
YUV137.42146.39112.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=27.10%
G=33.18%
B=39.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161421700.320.1600.33211.1124.1156.08
Hex748EAA2010021d31838
Octal16421625240200413233070
Binary111010010001110101010101000001000001000011101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748EAA; }

 p { color: rgb(116,142,170); }

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

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

 a { background-color: rgb(116,142,170); }

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

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

 span { border-color: rgb(116,142,170); }

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