Html Css Color HEX #462F68 Blue Diamond

📋 copy color: '#462F68'

red 70 ◦ green 47 ◦ blue 104

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

Shades of Blue Diamond #462F68

Tints of Blue Diamond #462F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.27%

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

R = 31.67%
G = 21.27%
B = 47.06%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462F68 (or 0x462F68) is known color: Blue Diamond. HEX triplet: 46, 2F and 68. RGB value is (70,47,104). Sum of RGB (Red+Green+Blue) = 70+47+104=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #462F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F68 is #B9D097. Grayscale: #3C3C3C. Windows color (decimal): -12177560 or 6827846. OLE color: 6827846.

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

Color convert

RGB 70 47 104 -
CMYK 0.33 0.55 0 0.59
HSL 264.21º 0.38% 0.3% -
HSV(B) 264.21º 0.55% 0.41% -
XYZ 6.04 4.33 13.61 -
YUV 60.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 70 47 104 0.33 0.55 0 0.59 264.21 0.38 0.3
Hex 46 2F 68 21 37 0 3B 108 26 1E
Octal 106 57 150 41 67 0 73 410 46 36
Binary 1000110 101111 1101000 100001 110111 0 111011 100001000 100110 11110

Color Harmonies of #462F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F68

Black with #462F68

Text Example


Text Example

White with #462F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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