Html Css Color HEX #674AAC Blue Marguerite

📋 copy color: '#674AAC'

red 103 ◦ green 74 ◦ blue 172

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

Shades of Blue Marguerite #674AAC

Tints of Blue Marguerite #674AAC

RGB

 RED value IS 103 (40.63% from 255) = 29.51%

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 29.51%
G = 21.2%
B = 49.28%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#674AAC (or 0x674AAC) is known color: Blue Marguerite. HEX triplet: 67, 4A and AC. RGB value is (103,74,172). Sum of RGB (Red+Green+Blue) = 103+74+172=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #674AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674AAC is #98B553. Grayscale: #5D5D5D. Windows color (decimal): -10007892 or 11291239. OLE color: 11291239.

HSL color Cylindrical-coordinate representation of color #674AAC: hue angle of 257.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #674AAC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 74 172 -
CMYK 0.40 0.57 0 0.33
HSL 257.76º 0.4% 0.48% -
HSV(B) 257.76º 0.57% 0.67% -
XYZ 15.49 10.76 40.29 -
YUV 93.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 103 74 172 0.40 0.57 0 0.33 257.76 0.4 0.48
Hex 67 4A AC 28 39 0 21 102 28 30
Octal 147 112 254 50 71 0 41 402 50 60
Binary 1100111 1001010 10101100 101000 111001 0 100001 100000010 101000 110000

Color Harmonies of #674AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674AAC

Black with #674AAC

Text Example


Text Example

White with #674AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674AAC; }

 p { color: rgb(103,74,172); }

 H1.HeaderClassName
 {
   color: #674AAC;
 }
 .AnyTagClassName
 {
   color: #674AAC;
 }
</style>

background-color css

<style>
 a { background-color: #674AAC; }

 a { background-color: rgb(103,74,172); }

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

border-color css

<style>
 span { border-color: #674AAC; }

 span { border-color: rgb(103,74,172); }

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