Html Css Color HEX #74949B Gothic

📋 copy color: '#74949B'

red 116 ◦ green 148 ◦ blue 155

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

Shades of Gothic #74949B

Tints of Gothic #74949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 27.68%
G = 35.32%
B = 36.99%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74949B (or 0x74949B) is known color: Gothic. HEX triplet: 74, 94 and 9B. RGB value is (116,148,155). Sum of RGB (Red+Green+Blue) = 116+148+155=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #74949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74949B is #8B6B64. Grayscale: #8B8B8B. Windows color (decimal): -9136997 or 10196084. OLE color: 10196084.

HSL color Cylindrical-coordinate representation of color #74949B: hue angle of 190.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74949B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 148 155 -
CMYK 0.25 0.05 0 0.39
HSL 190.77º 0.16% 0.53% -
HSV(B) 190.77º 0.25% 0.61% -
XYZ 23.71 27.26 35.02 -
YUV 139.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 116 148 155 0.25 0.05 0 0.39 190.77 0.16 0.53
Hex 74 94 9B 19 5 0 27 BF 10 35
Octal 164 224 233 31 5 0 47 277 20 65
Binary 1110100 10010100 10011011 11001 101 0 100111 10111111 10000 110101

Color Harmonies of #74949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74949B

Black with #74949B

Text Example


Text Example

White with #74949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74949B; }

 p { color: rgb(116,148,155); }

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

background-color css

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

 a { background-color: rgb(116,148,155); }

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

border-color css

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

 span { border-color: rgb(116,148,155); }

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