#7076CA

Color #7076CA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7076CA

Tints of Chetwode Blue #7076CA

Color information

#7076CA (or 0x7076CA) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and CA. RGB value is (112,118,202). Sum of RGB (Red+Green+Blue) = 112+118+202=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #7076CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076CA is #8F8935. Grayscale: #7D7D7D. Windows color (decimal): -9406774 or 13268592. OLE color: 13268592.

HSL color Cylindrical-coordinate representation of color #7076CA: hue angle of 236º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7076CA is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112118202-
CMYK0.450.4200.21
HSL236º45.92%61.57%-
HSV(B)236º44.55%79.22%-
XYZ23.8220.6758.61-
YUV125.78171.01118.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=25.93%
G=27.31%
B=46.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121182020.450.4200.2123645.9261.57
Hex7076CA2D2A015ec2e3e
Octal16016631255520253545676
Binary111000011101101100101010110110101001010111101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7076CA; }

 p { color: rgb(112,118,202); }

 H1.HeaderClassName
 {
   color: #7076CA;
 }
 .AnyTagClassName
 {
   color: #7076CA;
 }
</style>
background-color css

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

 a { background-color: rgb(112,118,202); }

 div.DivClassName
 {
   background-color: #7076CA;
 }
 .BgClassName
 {
   background-color: #7076CA;
 }
</style>
border-color css

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

 span { border-color: rgb(112,118,202); }

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