Html Css Color HEX #481769 Blue Diamond

📋 copy color: '#481769'

red 72 ◦ green 23 ◦ blue 105

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

Shades of Blue Diamond #481769

Tints of Blue Diamond #481769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 36%
G = 11.5%
B = 52.5%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481769 (or 0x481769) is known color: Blue Diamond. HEX triplet: 48, 17 and 69. RGB value is (72,23,105). Sum of RGB (Red+Green+Blue) = 72+23+105=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #481769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481769 is #B7E896. Grayscale: #2E2E2E. Windows color (decimal): -12052631 or 6887240. OLE color: 6887240.

HSL color Cylindrical-coordinate representation of color #481769: hue angle of 275.85º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481769 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 23 105 -
CMYK 0.31 0.78 0 0.59
HSL 275.85º 0.64% 0.25% -
HSV(B) 275.85º 0.78% 0.41% -
XYZ 5.53 3.01 13.65 -
YUV 47 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 72 23 105 0.31 0.78 0 0.59 275.85 0.64 0.25
Hex 48 17 69 1F 4E 0 3B 114 40 19
Octal 110 27 151 37 116 0 73 424 100 31
Binary 1001000 10111 1101001 11111 1001110 0 111011 100010100 1000000 11001

Color Harmonies of #481769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481769

Black with #481769

Text Example


Text Example

White with #481769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481769; }

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

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

background-color css

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

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

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

border-color css

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

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

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