Html Css Color HEX #462B68 Blue Diamond

📋 copy color: '#462B68'

red 70 ◦ green 43 ◦ blue 104

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

Shades of Blue Diamond #462B68

Tints of Blue Diamond #462B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

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

R = 32.26%
G = 19.82%
B = 47.93%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462B68 (or 0x462B68) is known color: Blue Diamond. HEX triplet: 46, 2B and 68. RGB value is (70,43,104). Sum of RGB (Red+Green+Blue) = 70+43+104=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #462B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B68 is #B9D497. Grayscale: #393939. Windows color (decimal): -12178584 or 6826822. OLE color: 6826822.

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

Color convert

RGB 70 43 104 -
CMYK 0.33 0.59 0 0.59
HSL 266.56º 0.41% 0.29% -
HSV(B) 266.56º 0.59% 0.41% -
XYZ 5.89 4.03 13.56 -
YUV 58.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 70 43 104 0.33 0.59 0 0.59 266.56 0.41 0.29
Hex 46 2B 68 21 3B 0 3B 10B 29 1D
Octal 106 53 150 41 73 0 73 413 51 35
Binary 1000110 101011 1101000 100001 111011 0 111011 100001011 101001 11101

Color Harmonies of #462B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462B68

Black with #462B68

Text Example


Text Example

White with #462B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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