Html Css Color HEX #7479C1 Chetwode Blue

📋 copy color: '#7479C1'

red 116 ◦ green 121 ◦ blue 193

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

Shades of Chetwode Blue #7479C1

Tints of Chetwode Blue #7479C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 26.98%
G = 28.14%
B = 44.88%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7479C1 (or 0x7479C1) is known color: Chetwode Blue. HEX triplet: 74, 79 and C1. RGB value is (116,121,193). Sum of RGB (Red+Green+Blue) = 116+121+193=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #7479C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479C1 is #8B863E. Grayscale: #7F7F7F. Windows color (decimal): -9143871 or 12679540. OLE color: 12679540.

HSL color Cylindrical-coordinate representation of color #7479C1: hue angle of 236.1º degrees, saturation: 0.38, 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 #7479C1 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 121 193 -
CMYK 0.40 0.37 0 0.24
HSL 236.1º 0.38% 0.61% -
HSV(B) 236.1º 0.4% 0.76% -
XYZ 23.67 21.24 53.3 -
YUV 127.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 116 121 193 0.40 0.37 0 0.24 236.1 0.38 0.61
Hex 74 79 C1 28 25 0 18 EC 26 3D
Octal 164 171 301 50 45 0 30 354 46 75
Binary 1110100 1111001 11000001 101000 100101 0 11000 11101100 100110 111101

Color Harmonies of #7479C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479C1

Black with #7479C1

Text Example


Text Example

White with #7479C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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