Html Css Color HEX #462267 Blue Diamond

📋 copy color: '#462267'

red 70 ◦ green 34 ◦ blue 103

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

Shades of Blue Diamond #462267

Tints of Blue Diamond #462267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.76%

R = 33.82%
G = 16.43%
B = 49.76%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#462267 (or 0x462267) is known color: Blue Diamond. HEX triplet: 46, 22 and 67. RGB value is (70,34,103). Sum of RGB (Red+Green+Blue) = 70+34+103=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #462267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462267 is #B9DD98. Grayscale: #343434. Windows color (decimal): -12180889 or 6758982. OLE color: 6758982.

HSL color Cylindrical-coordinate representation of color #462267: hue angle of 271.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462267 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 34 103 -
CMYK 0.32 0.67 0 0.60
HSL 271.3º 0.5% 0.27% -
HSV(B) 271.3º 0.67% 0.4% -
XYZ 5.55 3.43 13.2 -
YUV 52.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 70 34 103 0.32 0.67 0 0.60 271.3 0.5 0.27
Hex 46 22 67 20 43 0 3C 10F 32 1B
Octal 106 42 147 40 103 0 74 417 62 33
Binary 1000110 100010 1100111 100000 1000011 0 111100 100001111 110010 11011

Color Harmonies of #462267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462267

Black with #462267

Text Example


Text Example

White with #462267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462267; }

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

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

background-color css

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

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

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

border-color css

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

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

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