Html Css Color HEX #7460BC Blue Marguerite

📋 copy color: '#7460BC'

red 116 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #7460BC

Tints of Blue Marguerite #7460BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 29%
G = 24%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7460BC (or 0x7460BC) is known color: Blue Marguerite. HEX triplet: 74, 60 and BC. RGB value is (116,96,188). Sum of RGB (Red+Green+Blue) = 116+96+188=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #7460BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460BC is #8B9F43. Grayscale: #707070. Windows color (decimal): -9150276 or 12345460. OLE color: 12345460.

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

Color convert

RGB 116 96 188 -
CMYK 0.38 0.49 0 0.26
HSL 253.04º 0.41% 0.56% -
HSV(B) 253.04º 0.49% 0.74% -
XYZ 20.46 15.71 49.53 -
YUV 112.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 116 96 188 0.38 0.49 0 0.26 253.04 0.41 0.56
Hex 74 60 BC 26 31 0 1A FD 29 38
Octal 164 140 274 46 61 0 32 375 51 70
Binary 1110100 1100000 10111100 100110 110001 0 11010 11111101 101001 111000

Color Harmonies of #7460BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460BC

Black with #7460BC

Text Example


Text Example

White with #7460BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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