Html Css Color HEX #7474BB Chetwode Blue

📋 copy color: '#7474BB'

red 116 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #7474BB

Tints of Chetwode Blue #7474BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 27.68%
G = 27.68%
B = 44.63%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7474BB (or 0x7474BB) is known color: Chetwode Blue. HEX triplet: 74, 74 and BB. RGB value is (116,116,187). Sum of RGB (Red+Green+Blue) = 116+116+187=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #7474BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7474BB is #8B8B44. Grayscale: #7B7B7B. Windows color (decimal): -9145157 or 12285044. OLE color: 12285044.

HSL color Cylindrical-coordinate representation of color #7474BB: hue angle of 240º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7474BB is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 116 187 -
CMYK 0.38 0.38 0 0.27
HSL 240º 0.34% 0.59% -
HSV(B) 240º 0.38% 0.73% -
XYZ 22.42 19.79 49.65 -
YUV 124.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 116 116 187 0.38 0.38 0 0.27 240 0.34 0.59
Hex 74 74 BB 26 26 0 1B F0 22 3B
Octal 164 164 273 46 46 0 33 360 42 73
Binary 1110100 1110100 10111011 100110 100110 0 11011 11110000 100010 111011

Color Harmonies of #7474BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7474BB

Black with #7474BB

Text Example


Text Example

White with #7474BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7474BB; }

 p { color: rgb(116,116,187); }

 H1.HeaderClassName
 {
   color: #7474BB;
 }
 .AnyTagClassName
 {
   color: #7474BB;
 }
</style>

background-color css

<style>
 a { background-color: #7474BB; }

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

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

border-color css

<style>
 span { border-color: #7474BB; }

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

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