Html Css Color HEX #483067 Blue Diamond

📋 copy color: '#483067'

red 72 ◦ green 48 ◦ blue 103

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

Shades of Blue Diamond #483067

Tints of Blue Diamond #483067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.19%

R = 32.29%
G = 21.52%
B = 46.19%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#483067 (or 0x483067) is known color: Blue Diamond. HEX triplet: 48, 30 and 67. RGB value is (72,48,103). Sum of RGB (Red+Green+Blue) = 72+48+103=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #483067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483067 is #B7CF98. Grayscale: #3D3D3D. Windows color (decimal): -12046233 or 6762568. OLE color: 6762568.

HSL color Cylindrical-coordinate representation of color #483067: hue angle of 266.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483067 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 48 103 -
CMYK 0.30 0.53 0 0.60
HSL 266.18º 0.36% 0.3% -
HSV(B) 266.18º 0.53% 0.4% -
XYZ 6.18 4.47 13.37 -
YUV 61.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 72 48 103 0.30 0.53 0 0.60 266.18 0.36 0.3
Hex 48 30 67 1E 35 0 3C 10A 24 1E
Octal 110 60 147 36 65 0 74 412 44 36
Binary 1001000 110000 1100111 11110 110101 0 111100 100001010 100100 11110

Color Harmonies of #483067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483067

Black with #483067

Text Example


Text Example

White with #483067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483067; }

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

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

background-color css

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

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

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

border-color css

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

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

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