#748FA4

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

Shades of Bermuda Grey #748FA4

Tints of Bermuda Grey #748FA4

Color information

#748FA4 (or 0x748FA4) is unknown color: approx Bermuda Grey. HEX triplet: 74, 8F and A4. RGB value is (116,143,164). Sum of RGB (Red+Green+Blue) = 116+143+164=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #748FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FA4 is #8B705B. Grayscale: #898989. Windows color (decimal): -9138268 or 10784628. OLE color: 10784628.

HSL color Cylindrical-coordinate representation of color #748FA4: hue angle of 206.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748FA4 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116143164-
CMYK0.290.1300.36
HSL206.25º20.87%54.9%-
HSV(B)206.25º29.27%64.31%-
XYZ23.7326.0438.9-
YUV137.32143.05112.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=27.42%
G=33.81%
B=38.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161431640.290.1300.36206.2520.8754.9
Hex748FA41DD024ce1537
Octal16421724435150443162567
Binary1110100100011111010010011101110101001001100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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