Html Css Color HEX #481770 Blue Diamond

📋 copy color: '#481770'

red 72 ◦ green 23 ◦ blue 112

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

Shades of Blue Diamond #481770

Tints of Blue Diamond #481770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 34.78%
G = 11.11%
B = 54.11%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481770 (or 0x481770) is known color: Blue Diamond. HEX triplet: 48, 17 and 70. RGB value is (72,23,112). Sum of RGB (Red+Green+Blue) = 72+23+112=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #481770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481770 is #B7E88F. Grayscale: #2F2F2F. Windows color (decimal): -12052624 or 7345992. OLE color: 7345992.

HSL color Cylindrical-coordinate representation of color #481770: hue angle of 273.03º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481770 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 23 112 -
CMYK 0.36 0.79 0 0.56
HSL 273.03º 0.66% 0.26% -
HSV(B) 273.03º 0.79% 0.44% -
XYZ 5.9 3.16 15.63 -
YUV 47.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 72 23 112 0.36 0.79 0 0.56 273.03 0.66 0.26
Hex 48 17 70 24 4F 0 38 111 42 1A
Octal 110 27 160 44 117 0 70 421 102 32
Binary 1001000 10111 1110000 100100 1001111 0 111000 100010001 1000010 11010

Color Harmonies of #481770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481770

Black with #481770

Text Example


Text Example

White with #481770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481770; }

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

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

background-color css

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

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

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

border-color css

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

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

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