Html Css Color HEX #462367 Blue Diamond

📋 copy color: '#462367'

red 70 ◦ green 35 ◦ blue 103

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

Shades of Blue Diamond #462367

Tints of Blue Diamond #462367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 33.65%
G = 16.83%
B = 49.52%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#462367 (or 0x462367) is known color: Blue Diamond. HEX triplet: 46, 23 and 67. RGB value is (70,35,103). Sum of RGB (Red+Green+Blue) = 70+35+103=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #462367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462367 is #B9DC98. Grayscale: #343434. Windows color (decimal): -12180633 or 6759238. OLE color: 6759238.

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

Color convert

RGB 70 35 103 -
CMYK 0.32 0.66 0 0.60
HSL 270.88º 0.49% 0.27% -
HSV(B) 270.88º 0.66% 0.4% -
XYZ 5.58 3.48 13.21 -
YUV 53.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 70 35 103 0.32 0.66 0 0.60 270.88 0.49 0.27
Hex 46 23 67 20 42 0 3C 10F 31 1B
Octal 106 43 147 40 102 0 74 417 61 33
Binary 1000110 100011 1100111 100000 1000010 0 111100 100001111 110001 11011

Color Harmonies of #462367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462367

Black with #462367

Text Example


Text Example

White with #462367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462367; }

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

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

background-color css

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

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

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

border-color css

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

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

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