Html Css Color HEX #749299 Gothic

📋 copy color: '#749299'

red 116 ◦ green 146 ◦ blue 153

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

Shades of Gothic #749299

Tints of Gothic #749299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 27.95%
G = 35.18%
B = 36.87%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#749299 (or 0x749299) is known color: Gothic. HEX triplet: 74, 92 and 99. RGB value is (116,146,153). Sum of RGB (Red+Green+Blue) = 116+146+153=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #749299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749299 is #8B6D66. Grayscale: #898989. Windows color (decimal): -9137511 or 10064500. OLE color: 10064500.

HSL color Cylindrical-coordinate representation of color #749299: hue angle of 191.35º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749299 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 146 153 -
CMYK 0.24 0.05 0 0.4
HSL 191.35º 0.15% 0.53% -
HSV(B) 191.35º 0.24% 0.6% -
XYZ 23.23 26.57 34.04 -
YUV 137.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 116 146 153 0.24 0.05 0 0.4 191.35 0.15 0.53
Hex 74 92 99 18 5 0 28 BF F 35
Octal 164 222 231 30 5 0 50 277 17 65
Binary 1110100 10010010 10011001 11000 101 0 101000 10111111 1111 110101

Color Harmonies of #749299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749299

Black with #749299

Text Example


Text Example

White with #749299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749299; }

 p { color: rgb(116,146,153); }

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

background-color css

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

 a { background-color: rgb(116,146,153); }

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

border-color css

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

 span { border-color: rgb(116,146,153); }

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