Html Css Color HEX #462068 Blue Diamond

📋 copy color: '#462068'

red 70 ◦ green 32 ◦ blue 104

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

Shades of Blue Diamond #462068

Tints of Blue Diamond #462068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.49%

R = 33.98%
G = 15.53%
B = 50.49%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462068 (or 0x462068) is known color: Blue Diamond. HEX triplet: 46, 20 and 68. RGB value is (70,32,104). Sum of RGB (Red+Green+Blue) = 70+32+104=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #462068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462068 is #B9DF97. Grayscale: #333333. Windows color (decimal): -12181400 or 6824006. OLE color: 6824006.

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

Color convert

RGB 70 32 104 -
CMYK 0.33 0.69 0 0.59
HSL 271.67º 0.53% 0.27% -
HSV(B) 271.67º 0.69% 0.41% -
XYZ 5.54 3.33 13.45 -
YUV 51.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 70 32 104 0.33 0.69 0 0.59 271.67 0.53 0.27
Hex 46 20 68 21 45 0 3B 110 35 1B
Octal 106 40 150 41 105 0 73 420 65 33
Binary 1000110 100000 1101000 100001 1000101 0 111011 100010000 110101 11011

Color Harmonies of #462068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462068

Black with #462068

Text Example


Text Example

White with #462068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462068; }

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

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

background-color css

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

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

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

border-color css

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

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

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