Html Css Color HEX #462E69 Blue Diamond

📋 copy color: '#462E69'

red 70 ◦ green 46 ◦ blue 105

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

Shades of Blue Diamond #462E69

Tints of Blue Diamond #462E69

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.81%

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 31.67%
G = 20.81%
B = 47.51%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462E69 (or 0x462E69) is known color: Blue Diamond. HEX triplet: 46, 2E and 69. RGB value is (70,46,105). Sum of RGB (Red+Green+Blue) = 70+46+105=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #462E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E69 is #B9D196. Grayscale: #3B3B3B. Windows color (decimal): -12177815 or 6893126. OLE color: 6893126.

HSL color Cylindrical-coordinate representation of color #462E69: hue angle of 264.41º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462E69 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 46 105 -
CMYK 0.33 0.56 0 0.59
HSL 264.41º 0.39% 0.3% -
HSV(B) 264.41º 0.56% 0.41% -
XYZ 6.05 4.28 13.87 -
YUV 59.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 70 46 105 0.33 0.56 0 0.59 264.41 0.39 0.3
Hex 46 2E 69 21 38 0 3B 108 27 1E
Octal 106 56 151 41 70 0 73 410 47 36
Binary 1000110 101110 1101001 100001 111000 0 111011 100001000 100111 11110

Color Harmonies of #462E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462E69

Black with #462E69

Text Example


Text Example

White with #462E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462E69; }

 p { color: rgb(70,46,105); }

 H1.HeaderClassName
 {
   color: #462E69;
 }
 .AnyTagClassName
 {
   color: #462E69;
 }
</style>

background-color css

<style>
 a { background-color: #462E69; }

 a { background-color: rgb(70,46,105); }

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

border-color css

<style>
 span { border-color: #462E69; }

 span { border-color: rgb(70,46,105); }

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