Html Css Color HEX #7472BC Chetwode Blue

📋 copy color: '#7472BC'

red 116 ◦ green 114 ◦ blue 188

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

Shades of Chetwode Blue #7472BC

Tints of Chetwode Blue #7472BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 27.75%
G = 27.27%
B = 44.98%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7472BC (or 0x7472BC) is known color: Chetwode Blue. HEX triplet: 74, 72 and BC. RGB value is (116,114,188). Sum of RGB (Red+Green+Blue) = 116+114+188=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7472BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472BC is #8B8D43. Grayscale: #7A7A7A. Windows color (decimal): -9145668 or 12350068. OLE color: 12350068.

HSL color Cylindrical-coordinate representation of color #7472BC: hue angle of 241.62º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7472BC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 114 188 -
CMYK 0.38 0.39 0 0.26
HSL 241.62º 0.36% 0.59% -
HSV(B) 241.62º 0.39% 0.74% -
XYZ 22.3 19.38 50.14 -
YUV 123.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 116 114 188 0.38 0.39 0 0.26 241.62 0.36 0.59
Hex 74 72 BC 26 27 0 1A F2 24 3B
Octal 164 162 274 46 47 0 32 362 44 73
Binary 1110100 1110010 10111100 100110 100111 0 11010 11110010 100100 111011

Color Harmonies of #7472BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7472BC

Black with #7472BC

Text Example


Text Example

White with #7472BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7472BC; }

 p { color: rgb(116,114,188); }

 H1.HeaderClassName
 {
   color: #7472BC;
 }
 .AnyTagClassName
 {
   color: #7472BC;
 }
</style>

background-color css

<style>
 a { background-color: #7472BC; }

 a { background-color: rgb(116,114,188); }

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

border-color css

<style>
 span { border-color: #7472BC; }

 span { border-color: rgb(116,114,188); }

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