Html Css Color HEX #7474BF Chetwode Blue

📋 copy color: '#7474BF'

red 116 ◦ green 116 ◦ blue 191

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

Shades of Chetwode Blue #7474BF

Tints of Chetwode Blue #7474BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.15%

R = 27.42%
G = 27.42%
B = 45.15%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7474BF (or 0x7474BF) is known color: Chetwode Blue. HEX triplet: 74, 74 and BF. RGB value is (116,116,191). Sum of RGB (Red+Green+Blue) = 116+116+191=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #7474BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7474BF is #8B8B40. Grayscale: #7C7C7C. Windows color (decimal): -9145153 or 12547188. OLE color: 12547188.

HSL color Cylindrical-coordinate representation of color #7474BF: hue angle of 240º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7474BF is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 116 191 -
CMYK 0.39 0.39 0 0.25
HSL 240º 0.37% 0.6% -
HSV(B) 240º 0.39% 0.75% -
XYZ 22.85 19.97 51.94 -
YUV 124.55 165.5 121.9 -
System Red Green Blue C M Y K H S L
Decimal 116 116 191 0.39 0.39 0 0.25 240 0.37 0.6
Hex 74 74 BF 27 27 0 19 F0 25 3C
Octal 164 164 277 47 47 0 31 360 45 74
Binary 1110100 1110100 10111111 100111 100111 0 11001 11110000 100101 111100

Color Harmonies of #7474BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7474BF

Black with #7474BF

Text Example


Text Example

White with #7474BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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