Html Css Color HEX #481777 Blue Diamond

📋 copy color: '#481777'

red 72 ◦ green 23 ◦ blue 119

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

Shades of Blue Diamond #481777

Tints of Blue Diamond #481777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 33.64%
G = 10.75%
B = 55.61%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481777 (or 0x481777) is known color: Blue Diamond. HEX triplet: 48, 17 and 77. RGB value is (72,23,119). Sum of RGB (Red+Green+Blue) = 72+23+119=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #481777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481777 is #B7E888. Grayscale: #303030. Windows color (decimal): -12052617 or 7804744. OLE color: 7804744.

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

Color convert

RGB 72 23 119 -
CMYK 0.39 0.81 0 0.53
HSL 270.63º 0.68% 0.28% -
HSV(B) 270.63º 0.81% 0.47% -
XYZ 6.31 3.32 17.76 -
YUV 48.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 72 23 119 0.39 0.81 0 0.53 270.63 0.68 0.28
Hex 48 17 77 27 51 0 35 10F 44 1C
Octal 110 27 167 47 121 0 65 417 104 34
Binary 1001000 10111 1110111 100111 1010001 0 110101 100001111 1000100 11100

Color Harmonies of #481777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481777

Black with #481777

Text Example


Text Example

White with #481777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481777; }

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

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

background-color css

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

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

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

border-color css

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

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

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