#748FAC

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

Shades of Bermuda Grey #748FAC

Tints of Bermuda Grey #748FAC

Color information

#748FAC (or 0x748FAC) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8F and AC. RGB value is (116,143,172). Sum of RGB (Red+Green+Blue) = 116+143+172=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #748FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FAC is #8B7053. Grayscale: #8A8A8A. Windows color (decimal): -9138260 or 11308916. OLE color: 11308916.

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

Color convert

RGB116143172-
CMYK0.330.1700.33
HSL211.07º25.23%56.47%-
HSV(B)211.07º32.56%67.45%-
XYZ24.4726.3442.82-
YUV138.23147.05112.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=26.91%
G=33.18%
B=39.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161431720.330.1700.33211.0725.2356.47
Hex748FAC2111021d31938
Octal16421725441210413233170
Binary111010010001111101011001000011000101000011101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,172); }

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

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

 a { background-color: rgb(116,143,172); }

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

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

 span { border-color: rgb(116,143,172); }

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