Html Css Color HEX #461E67 Blue Diamond

📋 copy color: '#461E67'

red 70 ◦ green 30 ◦ blue 103

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

Shades of Blue Diamond #461E67

Tints of Blue Diamond #461E67

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.78%

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

R = 34.48%
G = 14.78%
B = 50.74%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#461E67 (or 0x461E67) is known color: Blue Diamond. HEX triplet: 46, 1E and 67. RGB value is (70,30,103). Sum of RGB (Red+Green+Blue) = 70+30+103=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 30 (12.11% from 255 or 14.78% 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 #461E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E67 is #B9E198. Grayscale: #323232. Windows color (decimal): -12181913 or 6757958. OLE color: 6757958.

HSL color Cylindrical-coordinate representation of color #461E67: hue angle of 272.88º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #461E67 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 30 103 -
CMYK 0.32 0.71 0 0.60
HSL 272.88º 0.55% 0.26% -
HSV(B) 272.88º 0.71% 0.4% -
XYZ 5.44 3.21 13.16 -
YUV 50.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 70 30 103 0.32 0.71 0 0.60 272.88 0.55 0.26
Hex 46 1E 67 20 47 0 3C 111 37 1A
Octal 106 36 147 40 107 0 74 421 67 32
Binary 1000110 11110 1100111 100000 1000111 0 111100 100010001 110111 11010

Color Harmonies of #461E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E67

Black with #461E67

Text Example


Text Example

White with #461E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,30,103); }

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

background-color css

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

 a { background-color: rgb(70,30,103); }

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

border-color css

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

 span { border-color: rgb(70,30,103); }

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