Html Css Color HEX #462C69 Blue Diamond

📋 copy color: '#462C69'

red 70 ◦ green 44 ◦ blue 105

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

Shades of Blue Diamond #462C69

Tints of Blue Diamond #462C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 31.96%
G = 20.09%
B = 47.95%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462C69 (or 0x462C69) is known color: Blue Diamond. HEX triplet: 46, 2C and 69. RGB value is (70,44,105). Sum of RGB (Red+Green+Blue) = 70+44+105=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #462C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C69 is #B9D396. Grayscale: #3A3A3A. Windows color (decimal): -12178327 or 6892614. OLE color: 6892614.

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

Color convert

RGB 70 44 105 -
CMYK 0.33 0.58 0 0.59
HSL 265.57º 0.41% 0.29% -
HSV(B) 265.57º 0.58% 0.41% -
XYZ 5.98 4.12 13.85 -
YUV 58.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 70 44 105 0.33 0.58 0 0.59 265.57 0.41 0.29
Hex 46 2C 69 21 3A 0 3B 10A 29 1D
Octal 106 54 151 41 72 0 73 412 51 35
Binary 1000110 101100 1101001 100001 111010 0 111011 100001010 101001 11101

Color Harmonies of #462C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462C69

Black with #462C69

Text Example


Text Example

White with #462C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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