Html Css Color HEX #462069 Blue Diamond

📋 copy color: '#462069'

red 70 ◦ green 32 ◦ blue 105

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

Shades of Blue Diamond #462069

Tints of Blue Diamond #462069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 33.82%
G = 15.46%
B = 50.72%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462069 (or 0x462069) is known color: Blue Diamond. HEX triplet: 46, 20 and 69. RGB value is (70,32,105). Sum of RGB (Red+Green+Blue) = 70+32+105=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #462069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462069 is #B9DF96. Grayscale: #333333. Windows color (decimal): -12181399 or 6889542. OLE color: 6889542.

HSL color Cylindrical-coordinate representation of color #462069: hue angle of 271.23º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462069 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 32 105 -
CMYK 0.33 0.70 0 0.59
HSL 271.23º 0.53% 0.27% -
HSV(B) 271.23º 0.7% 0.41% -
XYZ 5.59 3.36 13.72 -
YUV 51.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 70 32 105 0.33 0.70 0 0.59 271.23 0.53 0.27
Hex 46 20 69 21 46 0 3B 10F 35 1B
Octal 106 40 151 41 106 0 73 417 65 33
Binary 1000110 100000 1101001 100001 1000110 0 111011 100001111 110101 11011

Color Harmonies of #462069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462069

Black with #462069

Text Example


Text Example

White with #462069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462069; }

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

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

background-color css

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

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

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

border-color css

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

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

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