Html Css Color HEX #7475AF Chetwode Blue

📋 copy color: '#7475AF'

red 116 ◦ green 117 ◦ blue 175

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

Shades of Chetwode Blue #7475AF

Tints of Chetwode Blue #7475AF

RGB

 RED value IS 116 (45.7% from 255) = 28.43%

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 28.43%
G = 28.68%
B = 42.89%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7475AF (or 0x7475AF) is known color: Chetwode Blue. HEX triplet: 74, 75 and AF. RGB value is (116,117,175). Sum of RGB (Red+Green+Blue) = 116+117+175=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #7475AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7475AF is #8B8A50. Grayscale: #7B7B7B. Windows color (decimal): -9144913 or 11498868. OLE color: 11498868.

HSL color Cylindrical-coordinate representation of color #7475AF: hue angle of 238.98º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7475AF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 117 175 -
CMYK 0.34 0.33 0 0.31
HSL 238.98º 0.27% 0.57% -
HSV(B) 238.98º 0.34% 0.69% -
XYZ 21.3 19.53 43.2 -
YUV 123.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 116 117 175 0.34 0.33 0 0.31 238.98 0.27 0.57
Hex 74 75 AF 22 21 0 1F EF 1B 39
Octal 164 165 257 42 41 0 37 357 33 71
Binary 1110100 1110101 10101111 100010 100001 0 11111 11101111 11011 111001

Color Harmonies of #7475AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7475AF

Black with #7475AF

Text Example


Text Example

White with #7475AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,117,175); }

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

background-color css

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

 a { background-color: rgb(116,117,175); }

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

border-color css

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

 span { border-color: rgb(116,117,175); }

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