Html Css Color HEX #71749C Chetwode Blue

📋 copy color: '#71749C'

red 113 ◦ green 116 ◦ blue 156

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

Shades of Chetwode Blue #71749C

Tints of Chetwode Blue #71749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 29.35%
G = 30.13%
B = 40.52%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71749C (or 0x71749C) is known color: Chetwode Blue. HEX triplet: 71, 74 and 9C. RGB value is (113,116,156). Sum of RGB (Red+Green+Blue) = 113+116+156=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #71749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71749C is #8E8B63. Grayscale: #777777. Windows color (decimal): -9341796 or 10253425. OLE color: 10253425.

HSL color Cylindrical-coordinate representation of color #71749C: hue angle of 235.81º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71749C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 116 156 -
CMYK 0.28 0.26 0 0.39
HSL 235.81º 0.18% 0.53% -
HSV(B) 235.81º 0.28% 0.61% -
XYZ 19.06 18.4 34 -
YUV 119.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 113 116 156 0.28 0.26 0 0.39 235.81 0.18 0.53
Hex 71 74 9C 1C 1A 0 27 EC 12 35
Octal 161 164 234 34 32 0 47 354 22 65
Binary 1110001 1110100 10011100 11100 11010 0 100111 11101100 10010 110101

Color Harmonies of #71749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71749C

Black with #71749C

Text Example


Text Example

White with #71749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71749C; }

 p { color: rgb(113,116,156); }

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

background-color css

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

 a { background-color: rgb(113,116,156); }

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

border-color css

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

 span { border-color: rgb(113,116,156); }

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