Html Css Color HEX #483068 Blue Diamond

📋 copy color: '#483068'

red 72 ◦ green 48 ◦ blue 104

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

Shades of Blue Diamond #483068

Tints of Blue Diamond #483068

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 32.14%
G = 21.43%
B = 46.43%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483068 (or 0x483068) is known color: Blue Diamond. HEX triplet: 48, 30 and 68. RGB value is (72,48,104). Sum of RGB (Red+Green+Blue) = 72+48+104=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #483068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483068 is #B7CF97. Grayscale: #3D3D3D. Windows color (decimal): -12046232 or 6828104. OLE color: 6828104.

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

Color convert

RGB 72 48 104 -
CMYK 0.31 0.54 0 0.59
HSL 265.71º 0.37% 0.3% -
HSV(B) 265.71º 0.54% 0.41% -
XYZ 6.23 4.49 13.64 -
YUV 61.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 72 48 104 0.31 0.54 0 0.59 265.71 0.37 0.3
Hex 48 30 68 1F 36 0 3B 10A 25 1E
Octal 110 60 150 37 66 0 73 412 45 36
Binary 1001000 110000 1101000 11111 110110 0 111011 100001010 100101 11110

Color Harmonies of #483068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483068

Black with #483068

Text Example


Text Example

White with #483068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483068; }

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

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

background-color css

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

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

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

border-color css

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

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

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