Html Css Color HEX #748CA4 Bermuda Grey

📋 copy color: '#748CA4'

red 116 ◦ green 140 ◦ blue 164

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

Shades of Bermuda Grey #748CA4

Tints of Bermuda Grey #748CA4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 164 (64.45% from 255) = 39.05%

R = 27.62%
G = 33.33%
B = 39.05%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#748CA4 (or 0x748CA4) is known color: Bermuda Grey. HEX triplet: 74, 8C and A4. RGB value is (116,140,164). Sum of RGB (Red+Green+Blue) = 116+140+164=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 164 - color contains mainly: blue. Hex color #748CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CA4 is #8B735B. Grayscale: #878787. Windows color (decimal): -9139036 or 10783860. OLE color: 10783860.

HSL color Cylindrical-coordinate representation of color #748CA4: hue angle of 210º 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 #748CA4 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 140 164 -
CMYK 0.29 0.15 0 0.36
HSL 210º 0.21% 0.55% -
HSV(B) 210º 0.29% 0.64% -
XYZ 23.28 25.15 38.75 -
YUV 135.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 116 140 164 0.29 0.15 0 0.36 210 0.21 0.55
Hex 74 8C A4 1D F 0 24 D2 15 37
Octal 164 214 244 35 17 0 44 322 25 67
Binary 1110100 10001100 10100100 11101 1111 0 100100 11010010 10101 110111

Color Harmonies of #748CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CA4

Black with #748CA4

Text Example


Text Example

White with #748CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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