Html Css Color HEX #7074B7 Chetwode Blue

📋 copy color: '#7074B7'

red 112 ◦ green 116 ◦ blue 183

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

Shades of Chetwode Blue #7074B7

Tints of Chetwode Blue #7074B7

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

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

 BLUE value IS 183 (71.88% from 255) = 44.53%

R = 27.25%
G = 28.22%
B = 44.53%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7074B7 (or 0x7074B7) is known color: Chetwode Blue. HEX triplet: 70, 74 and B7. RGB value is (112,116,183). Sum of RGB (Red+Green+Blue) = 112+116+183=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #7074B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074B7 is #8F8B48. Grayscale: #7A7A7A. Windows color (decimal): -9407305 or 12022896. OLE color: 12022896.

HSL color Cylindrical-coordinate representation of color #7074B7: hue angle of 236.62º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7074B7 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 116 183 -
CMYK 0.39 0.37 0 0.28
HSL 236.62º 0.33% 0.58% -
HSV(B) 236.62º 0.39% 0.72% -
XYZ 21.47 19.35 47.4 -
YUV 122.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 112 116 183 0.39 0.37 0 0.28 236.62 0.33 0.58
Hex 70 74 B7 27 25 0 1C ED 21 3A
Octal 160 164 267 47 45 0 34 355 41 72
Binary 1110000 1110100 10110111 100111 100101 0 11100 11101101 100001 111010

Color Harmonies of #7074B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074B7

Black with #7074B7

Text Example


Text Example

White with #7074B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7074B7; }

 p { color: rgb(112,116,183); }

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

background-color css

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

 a { background-color: rgb(112,116,183); }

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

border-color css

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

 span { border-color: rgb(112,116,183); }

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