Html Css Color HEX #748FAB Bermuda Grey

📋 copy color: '#748FAB'

red 116 ◦ green 143 ◦ blue 171

#748FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #748FAB

Tints of Bermuda Grey #748FAB

RGB

 RED value IS 116 (45.7% from 255) = 26.98%

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 26.98%
G = 33.26%
B = 39.77%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#748FAB (or 0x748FAB) is known color: Bermuda Grey. HEX triplet: 74, 8F and AB. RGB value is (116,143,171). Sum of RGB (Red+Green+Blue) = 116+143+171=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #748FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FAB is #8B7054. Grayscale: #898989. Windows color (decimal): -9138261 or 11243380. OLE color: 11243380.

HSL color Cylindrical-coordinate representation of color #748FAB: hue angle of 210.55º degrees, saturation: 0.25, 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 #748FAB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 143 171 -
CMYK 0.32 0.16 0 0.33
HSL 210.55º 0.25% 0.56% -
HSV(B) 210.55º 0.32% 0.67% -
XYZ 24.38 26.3 42.32 -
YUV 138.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 116 143 171 0.32 0.16 0 0.33 210.55 0.25 0.56
Hex 74 8F AB 20 10 0 21 D3 19 38
Octal 164 217 253 40 20 0 41 323 31 70
Binary 1110100 10001111 10101011 100000 10000 0 100001 11010011 11001 111000

Color Harmonies of #748FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FAB

Black with #748FAB

Text Example


Text Example

White with #748FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #748FAB;
 }
 .AnyTagClassName
 {
   color: #748FAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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