Html Css Color HEX #462268 Blue Diamond

📋 copy color: '#462268'

red 70 ◦ green 34 ◦ blue 104

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

Shades of Blue Diamond #462268

Tints of Blue Diamond #462268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

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

R = 33.65%
G = 16.35%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#462268 (or 0x462268) is known color: Blue Diamond. HEX triplet: 46, 22 and 68. RGB value is (70,34,104). Sum of RGB (Red+Green+Blue) = 70+34+104=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #462268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462268 is #B9DD97. Grayscale: #343434. Windows color (decimal): -12180888 or 6824518. OLE color: 6824518.

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

Color convert

RGB 70 34 104 -
CMYK 0.33 0.67 0 0.59
HSL 270.86º 0.51% 0.27% -
HSV(B) 270.86º 0.67% 0.41% -
XYZ 5.6 3.45 13.47 -
YUV 52.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 70 34 104 0.33 0.67 0 0.59 270.86 0.51 0.27
Hex 46 22 68 21 43 0 3B 10F 33 1B
Octal 106 42 150 41 103 0 73 417 63 33
Binary 1000110 100010 1101000 100001 1000011 0 111011 100001111 110011 11011

Color Harmonies of #462268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462268

Black with #462268

Text Example


Text Example

White with #462268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462268; }

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

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

background-color css

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

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

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

border-color css

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

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

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