Html Css Color HEX #481778 Blue Diamond

📋 copy color: '#481778'

red 72 ◦ green 23 ◦ blue 120

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

Shades of Blue Diamond #481778

Tints of Blue Diamond #481778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 33.49%
G = 10.7%
B = 55.81%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#481778 (or 0x481778) is known color: Blue Diamond. HEX triplet: 48, 17 and 78. RGB value is (72,23,120). Sum of RGB (Red+Green+Blue) = 72+23+120=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #481778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481778 is #B7E887. Grayscale: #303030. Windows color (decimal): -12052616 or 7870280. OLE color: 7870280.

HSL color Cylindrical-coordinate representation of color #481778: hue angle of 270.31º 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 #481778 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 23 120 -
CMYK 0.40 0.81 0 0.53
HSL 270.31º 0.68% 0.28% -
HSV(B) 270.31º 0.81% 0.47% -
XYZ 6.37 3.35 18.08 -
YUV 48.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 72 23 120 0.40 0.81 0 0.53 270.31 0.68 0.28
Hex 48 17 78 28 51 0 35 10E 44 1C
Octal 110 27 170 50 121 0 65 416 104 34
Binary 1001000 10111 1111000 101000 1010001 0 110101 100001110 1000100 11100

Color Harmonies of #481778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481778

Black with #481778

Text Example


Text Example

White with #481778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481778; }

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

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

background-color css

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

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

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

border-color css

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

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

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