Html Css Color HEX #481C67 Blue Diamond

📋 copy color: '#481C67'

red 72 ◦ green 28 ◦ blue 103

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

Shades of Blue Diamond #481C67

Tints of Blue Diamond #481C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

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

R = 35.47%
G = 13.79%
B = 50.74%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#481C67 (or 0x481C67) is known color: Blue Diamond. HEX triplet: 48, 1C and 67. RGB value is (72,28,103). Sum of RGB (Red+Green+Blue) = 72+28+103=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #481C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C67 is #B7E398. Grayscale: #313131. Windows color (decimal): -12051353 or 6757448. OLE color: 6757448.

HSL color Cylindrical-coordinate representation of color #481C67: hue angle of 275.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481C67 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 28 103 -
CMYK 0.30 0.73 0 0.60
HSL 275.2º 0.57% 0.26% -
HSV(B) 275.2º 0.73% 0.4% -
XYZ 5.54 3.19 13.16 -
YUV 49.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 72 28 103 0.30 0.73 0 0.60 275.2 0.57 0.26
Hex 48 1C 67 1E 49 0 3C 113 39 1A
Octal 110 34 147 36 111 0 74 423 71 32
Binary 1001000 11100 1100111 11110 1001001 0 111100 100010011 111001 11010

Color Harmonies of #481C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C67

Black with #481C67

Text Example


Text Example

White with #481C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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