Html Css Color HEX #461C6C Blue Diamond

📋 copy color: '#461C6C'

red 70 ◦ green 28 ◦ blue 108

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

Shades of Blue Diamond #461C6C

Tints of Blue Diamond #461C6C

RGB

 RED value IS 70 (27.73% from 255) = 33.98%

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

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 33.98%
G = 13.59%
B = 52.43%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#461C6C (or 0x461C6C) is known color: Blue Diamond. HEX triplet: 46, 1C and 6C. RGB value is (70,28,108). Sum of RGB (Red+Green+Blue) = 70+28+108=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #461C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461C6C is #B9E393. Grayscale: #313131. Windows color (decimal): -12182420 or 7085126. OLE color: 7085126.

HSL color Cylindrical-coordinate representation of color #461C6C: hue angle of 271.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461C6C is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 28 108 -
CMYK 0.35 0.74 0 0.58
HSL 271.5º 0.59% 0.27% -
HSV(B) 271.5º 0.74% 0.42% -
XYZ 5.65 3.22 14.51 -
YUV 49.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 70 28 108 0.35 0.74 0 0.58 271.5 0.59 0.27
Hex 46 1C 6C 23 4A 0 3A 110 3B 1B
Octal 106 34 154 43 112 0 72 420 73 33
Binary 1000110 11100 1101100 100011 1001010 0 111010 100010000 111011 11011

Color Harmonies of #461C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C6C

Black with #461C6C

Text Example


Text Example

White with #461C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461C6C; }

 p { color: rgb(70,28,108); }

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

background-color css

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

 a { background-color: rgb(70,28,108); }

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

border-color css

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

 span { border-color: rgb(70,28,108); }

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