Html Css Color HEX #7478BF Chetwode Blue

📋 copy color: '#7478BF'

red 116 ◦ green 120 ◦ blue 191

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

Shades of Chetwode Blue #7478BF

Tints of Chetwode Blue #7478BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.1%

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

R = 27.17%
G = 28.1%
B = 44.73%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7478BF (or 0x7478BF) is known color: Chetwode Blue. HEX triplet: 74, 78 and BF. RGB value is (116,120,191). Sum of RGB (Red+Green+Blue) = 116+120+191=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #7478BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7478BF is #8B8740. Grayscale: #7E7E7E. Windows color (decimal): -9144129 or 12548212. OLE color: 12548212.

HSL color Cylindrical-coordinate representation of color #7478BF: hue angle of 236.8º 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 #7478BF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 120 191 -
CMYK 0.39 0.37 0 0.25
HSL 236.8º 0.37% 0.6% -
HSV(B) 236.8º 0.39% 0.75% -
XYZ 23.32 20.91 52.1 -
YUV 126.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 116 120 191 0.39 0.37 0 0.25 236.8 0.37 0.6
Hex 74 78 BF 27 25 0 19 ED 25 3C
Octal 164 170 277 47 45 0 31 355 45 74
Binary 1110100 1111000 10111111 100111 100101 0 11001 11101101 100101 111100

Color Harmonies of #7478BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7478BF

Black with #7478BF

Text Example


Text Example

White with #7478BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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