Html Css Color HEX #7479C2 Chetwode Blue

📋 copy color: '#7479C2'

red 116 ◦ green 121 ◦ blue 194

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

Shades of Chetwode Blue #7479C2

Tints of Chetwode Blue #7479C2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.07%

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 26.91%
G = 28.07%
B = 45.01%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7479C2 (or 0x7479C2) is known color: Chetwode Blue. HEX triplet: 74, 79 and C2. RGB value is (116,121,194). Sum of RGB (Red+Green+Blue) = 116+121+194=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #7479C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479C2 is #8B863D. Grayscale: #7F7F7F. Windows color (decimal): -9143870 or 12745076. OLE color: 12745076.

HSL color Cylindrical-coordinate representation of color #7479C2: hue angle of 236.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7479C2 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 121 194 -
CMYK 0.40 0.38 0 0.24
HSL 236.15º 0.39% 0.61% -
HSV(B) 236.15º 0.4% 0.76% -
XYZ 23.78 21.28 53.89 -
YUV 127.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 116 121 194 0.40 0.38 0 0.24 236.15 0.39 0.61
Hex 74 79 C2 28 26 0 18 EC 27 3D
Octal 164 171 302 50 46 0 30 354 47 75
Binary 1110100 1111001 11000010 101000 100110 0 11000 11101100 100111 111101

Color Harmonies of #7479C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479C2

Black with #7479C2

Text Example


Text Example

White with #7479C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7479C2; }

 p { color: rgb(116,121,194); }

 H1.HeaderClassName
 {
   color: #7479C2;
 }
 .AnyTagClassName
 {
   color: #7479C2;
 }
</style>

background-color css

<style>
 a { background-color: #7479C2; }

 a { background-color: rgb(116,121,194); }

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

border-color css

<style>
 span { border-color: #7479C2; }

 span { border-color: rgb(116,121,194); }

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