Html Css Color HEX #481C6E Blue Diamond

📋 copy color: '#481C6E'

red 72 ◦ green 28 ◦ blue 110

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

Shades of Blue Diamond #481C6E

Tints of Blue Diamond #481C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 34.29%
G = 13.33%
B = 52.38%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#481C6E (or 0x481C6E) is known color: Blue Diamond. HEX triplet: 48, 1C and 6E. RGB value is (72,28,110). Sum of RGB (Red+Green+Blue) = 72+28+110=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #481C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C6E is #B7E391. Grayscale: #323232. Windows color (decimal): -12051346 or 7216200. OLE color: 7216200.

HSL color Cylindrical-coordinate representation of color #481C6E: hue angle of 272.2º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481C6E is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 28 110 -
CMYK 0.35 0.75 0 0.57
HSL 272.2º 0.59% 0.27% -
HSV(B) 272.2º 0.75% 0.43% -
XYZ 5.9 3.33 15.08 -
YUV 50.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 72 28 110 0.35 0.75 0 0.57 272.2 0.59 0.27
Hex 48 1C 6E 23 4B 0 39 110 3B 1B
Octal 110 34 156 43 113 0 71 420 73 33
Binary 1001000 11100 1101110 100011 1001011 0 111001 100010000 111011 11011

Color Harmonies of #481C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C6E

Black with #481C6E

Text Example


Text Example

White with #481C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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