Html Css Color HEX #71949B Gothic

📋 copy color: '#71949B'

red 113 ◦ green 148 ◦ blue 155

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

Shades of Gothic #71949B

Tints of Gothic #71949B

RGB

 RED value IS 113 (44.53% from 255) = 27.16%

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

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

R = 27.16%
G = 35.58%
B = 37.26%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71949B (or 0x71949B) is known color: Gothic. HEX triplet: 71, 94 and 9B. RGB value is (113,148,155). Sum of RGB (Red+Green+Blue) = 113+148+155=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #71949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71949B is #8E6B64. Grayscale: #8A8A8A. Windows color (decimal): -9333605 or 10196081. OLE color: 10196081.

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

Color convert

RGB 113 148 155 -
CMYK 0.27 0.05 0 0.39
HSL 190º 0.17% 0.53% -
HSV(B) 190º 0.27% 0.61% -
XYZ 23.32 27.06 35 -
YUV 138.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 113 148 155 0.27 0.05 0 0.39 190 0.17 0.53
Hex 71 94 9B 1B 5 0 27 BE 11 35
Octal 161 224 233 33 5 0 47 276 21 65
Binary 1110001 10010100 10011011 11011 101 0 100111 10111110 10001 110101

Color Harmonies of #71949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71949B

Black with #71949B

Text Example


Text Example

White with #71949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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