#748CA5

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

Shades of Bermuda Grey #748CA5

Tints of Bermuda Grey #748CA5

Color information

#748CA5 (or 0x748CA5) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8C and A5. RGB value is (116,140,165). Sum of RGB (Red+Green+Blue) = 116+140+165=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #748CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CA5 is #8B735A. Grayscale: #878787. Windows color (decimal): -9139035 or 10849396. OLE color: 10849396.

HSL color Cylindrical-coordinate representation of color #748CA5: hue angle of 210.61º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #748CA5 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB116140165-
CMYK0.300.1500.35
HSL210.61º21.4%55.1%-
HSV(B)210.61º29.7%64.71%-
XYZ23.3725.1939.23-
YUV135.67144.55113.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=27.55%
G=33.25%
B=39.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1161401650.300.1500.35210.6121.455.1
Hex748CA51EF023d31537
Octal16421424536170433232567
Binary1110100100011001010010111110111101000111101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,140,165); }

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

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

 a { background-color: rgb(116,140,165); }

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

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

 span { border-color: rgb(116,140,165); }

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