Html Css Color HEX #483062 Blue Diamond

📋 copy color: '#483062'

red 72 ◦ green 48 ◦ blue 98

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

Shades of Blue Diamond #483062

Tints of Blue Diamond #483062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 33.03%
G = 22.02%
B = 44.95%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#483062 (or 0x483062) is known color: Blue Diamond. HEX triplet: 48, 30 and 62. RGB value is (72,48,98). Sum of RGB (Red+Green+Blue) = 72+48+98=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #483062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483062 is #B7CF9D. Grayscale: #3C3C3C. Windows color (decimal): -12046238 or 6434888. OLE color: 6434888.

HSL color Cylindrical-coordinate representation of color #483062: hue angle of 268.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483062 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 48 98 -
CMYK 0.27 0.51 0 0.62
HSL 268.8º 0.34% 0.29% -
HSV(B) 268.8º 0.51% 0.38% -
XYZ 5.93 4.37 12.09 -
YUV 60.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 72 48 98 0.27 0.51 0 0.62 268.8 0.34 0.29
Hex 48 30 62 1B 33 0 3E 10D 22 1D
Octal 110 60 142 33 63 0 76 415 42 35
Binary 1001000 110000 1100010 11011 110011 0 111110 100001101 100010 11101

Color Harmonies of #483062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483062

Black with #483062

Text Example


Text Example

White with #483062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483062; }

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

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

background-color css

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

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

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

border-color css

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

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

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