Html Css Color HEX #481868 Blue Diamond

📋 copy color: '#481868'

red 72 ◦ green 24 ◦ blue 104

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

Shades of Blue Diamond #481868

Tints of Blue Diamond #481868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

 BLUE value IS 104 (41.02% from 255) = 52%

R = 36%
G = 12%
B = 52%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481868 (or 0x481868) is known color: Blue Diamond. HEX triplet: 48, 18 and 68. RGB value is (72,24,104). Sum of RGB (Red+Green+Blue) = 72+24+104=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #481868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481868 is #B7E797. Grayscale: #2F2F2F. Windows color (decimal): -12052376 or 6821960. OLE color: 6821960.

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

Color convert

RGB 72 24 104 -
CMYK 0.31 0.77 0 0.59
HSL 276º 0.63% 0.25% -
HSV(B) 276º 0.77% 0.41% -
XYZ 5.5 3.03 13.39 -
YUV 47.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 72 24 104 0.31 0.77 0 0.59 276 0.63 0.25
Hex 48 18 68 1F 4D 0 3B 114 3E 19
Octal 110 30 150 37 115 0 73 424 76 31
Binary 1001000 11000 1101000 11111 1001101 0 111011 100010100 111110 11001

Color Harmonies of #481868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481868

Black with #481868

Text Example


Text Example

White with #481868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481868; }

 p { color: rgb(72,24,104); }

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

background-color css

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

 a { background-color: rgb(72,24,104); }

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

border-color css

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

 span { border-color: rgb(72,24,104); }

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