Html Css Color HEX #481677 Blue Diamond

📋 copy color: '#481677'

red 72 ◦ green 22 ◦ blue 119

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

Shades of Blue Diamond #481677

Tints of Blue Diamond #481677

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 22 (8.98% from 255) = 10.33%

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 33.8%
G = 10.33%
B = 55.87%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481677 (or 0x481677) is known color: Blue Diamond. HEX triplet: 48, 16 and 77. RGB value is (72,22,119). Sum of RGB (Red+Green+Blue) = 72+22+119=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #481677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481677 is #B7E988. Grayscale: #2F2F2F. Windows color (decimal): -12052873 or 7804488. OLE color: 7804488.

HSL color Cylindrical-coordinate representation of color #481677: hue angle of 270.93º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481677 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 22 119 -
CMYK 0.39 0.82 0 0.53
HSL 270.93º 0.69% 0.28% -
HSV(B) 270.93º 0.82% 0.47% -
XYZ 6.29 3.28 17.76 -
YUV 48.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 72 22 119 0.39 0.82 0 0.53 270.93 0.69 0.28
Hex 48 16 77 27 52 0 35 10F 45 1C
Octal 110 26 167 47 122 0 65 417 105 34
Binary 1001000 10110 1110111 100111 1010010 0 110101 100001111 1000101 11100

Color Harmonies of #481677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481677

Black with #481677

Text Example


Text Example

White with #481677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481677; }

 p { color: rgb(72,22,119); }

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

background-color css

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

 a { background-color: rgb(72,22,119); }

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

border-color css

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

 span { border-color: rgb(72,22,119); }

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