Html Css Color HEX #461B6E Blue Diamond

📋 copy color: '#461B6E'

red 70 ◦ green 27 ◦ blue 110

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

Shades of Blue Diamond #461B6E

Tints of Blue Diamond #461B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

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

R = 33.82%
G = 13.04%
B = 53.14%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#461B6E (or 0x461B6E) is known color: Blue Diamond. HEX triplet: 46, 1B and 6E. RGB value is (70,27,110). Sum of RGB (Red+Green+Blue) = 70+27+110=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #461B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B6E is #B9E491. Grayscale: #313131. Windows color (decimal): -12182674 or 7215942. OLE color: 7215942.

HSL color Cylindrical-coordinate representation of color #461B6E: hue angle of 271.08º degrees, saturation: 0.61, 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 #461B6E is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 27 110 -
CMYK 0.36 0.75 0 0.57
HSL 271.08º 0.61% 0.27% -
HSV(B) 271.08º 0.75% 0.43% -
XYZ 5.73 3.21 15.07 -
YUV 49.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 70 27 110 0.36 0.75 0 0.57 271.08 0.61 0.27
Hex 46 1B 6E 24 4B 0 39 10F 3D 1B
Octal 106 33 156 44 113 0 71 417 75 33
Binary 1000110 11011 1101110 100100 1001011 0 111001 100001111 111101 11011

Color Harmonies of #461B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B6E

Black with #461B6E

Text Example


Text Example

White with #461B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,27,110); }

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

background-color css

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

 a { background-color: rgb(70,27,110); }

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

border-color css

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

 span { border-color: rgb(70,27,110); }

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