Html Css Color HEX #7078AF Chetwode Blue

📋 copy color: '#7078AF'

red 112 ◦ green 120 ◦ blue 175

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

Shades of Chetwode Blue #7078AF

Tints of Chetwode Blue #7078AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 175 (68.75% from 255) = 43%

R = 27.52%
G = 29.48%
B = 43%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7078AF (or 0x7078AF) is known color: Chetwode Blue. HEX triplet: 70, 78 and AF. RGB value is (112,120,175). Sum of RGB (Red+Green+Blue) = 112+120+175=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #7078AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7078AF is #8F8750. Grayscale: #7B7B7B. Windows color (decimal): -9406289 or 11499632. OLE color: 11499632.

HSL color Cylindrical-coordinate representation of color #7078AF: hue angle of 232.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7078AF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 120 175 -
CMYK 0.36 0.31 0 0.31
HSL 232.38º 0.28% 0.56% -
HSV(B) 232.38º 0.36% 0.69% -
XYZ 21.14 19.97 43.3 -
YUV 123.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 112 120 175 0.36 0.31 0 0.31 232.38 0.28 0.56
Hex 70 78 AF 24 1F 0 1F E8 1C 38
Octal 160 170 257 44 37 0 37 350 34 70
Binary 1110000 1111000 10101111 100100 11111 0 11111 11101000 11100 111000

Color Harmonies of #7078AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078AF

Black with #7078AF

Text Example


Text Example

White with #7078AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7078AF; }

 p { color: rgb(112,120,175); }

 H1.HeaderClassName
 {
   color: #7078AF;
 }
 .AnyTagClassName
 {
   color: #7078AF;
 }
</style>

background-color css

<style>
 a { background-color: #7078AF; }

 a { background-color: rgb(112,120,175); }

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

border-color css

<style>
 span { border-color: #7078AF; }

 span { border-color: rgb(112,120,175); }

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