Html Css Color HEX #481A67 Blue Diamond

📋 copy color: '#481A67'

red 72 ◦ green 26 ◦ blue 103

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

Shades of Blue Diamond #481A67

Tints of Blue Diamond #481A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

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

R = 35.82%
G = 12.94%
B = 51.24%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#481A67 (or 0x481A67) is known color: Blue Diamond. HEX triplet: 48, 1A and 67. RGB value is (72,26,103). Sum of RGB (Red+Green+Blue) = 72+26+103=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #481A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A67 is #B7E598. Grayscale: #303030. Windows color (decimal): -12051865 or 6756936. OLE color: 6756936.

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

Color convert

RGB 72 26 103 -
CMYK 0.30 0.75 0 0.60
HSL 275.84º 0.6% 0.25% -
HSV(B) 275.84º 0.75% 0.4% -
XYZ 5.49 3.1 13.14 -
YUV 48.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 72 26 103 0.30 0.75 0 0.60 275.84 0.6 0.25
Hex 48 1A 67 1E 4B 0 3C 114 3C 19
Octal 110 32 147 36 113 0 74 424 74 31
Binary 1001000 11010 1100111 11110 1001011 0 111100 100010100 111100 11001

Color Harmonies of #481A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A67

Black with #481A67

Text Example


Text Example

White with #481A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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