Html Css Color HEX #7458AF Blue Marguerite

📋 copy color: '#7458AF'

red 116 ◦ green 88 ◦ blue 175

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

Shades of Blue Marguerite #7458AF

Tints of Blue Marguerite #7458AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

 BLUE value IS 175 (68.75% from 255) = 46.17%

R = 30.61%
G = 23.22%
B = 46.17%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7458AF (or 0x7458AF) is known color: Blue Marguerite. HEX triplet: 74, 58 and AF. RGB value is (116,88,175). Sum of RGB (Red+Green+Blue) = 116+88+175=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #7458AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7458AF is #8BA750. Grayscale: #696969. Windows color (decimal): -9152337 or 11491444. OLE color: 11491444.

HSL color Cylindrical-coordinate representation of color #7458AF: hue angle of 259.31º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7458AF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 88 175 -
CMYK 0.34 0.50 0 0.31
HSL 259.31º 0.35% 0.52% -
HSV(B) 259.31º 0.5% 0.69% -
XYZ 18.43 13.79 42.25 -
YUV 106.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 116 88 175 0.34 0.50 0 0.31 259.31 0.35 0.52
Hex 74 58 AF 22 32 0 1F 103 23 34
Octal 164 130 257 42 62 0 37 403 43 64
Binary 1110100 1011000 10101111 100010 110010 0 11111 100000011 100011 110100

Color Harmonies of #7458AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7458AF

Black with #7458AF

Text Example


Text Example

White with #7458AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7458AF; }

 p { color: rgb(116,88,175); }

 H1.HeaderClassName
 {
   color: #7458AF;
 }
 .AnyTagClassName
 {
   color: #7458AF;
 }
</style>

background-color css

<style>
 a { background-color: #7458AF; }

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

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

border-color css

<style>
 span { border-color: #7458AF; }

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

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