Html Css Color HEX #461F67 Blue Diamond

📋 copy color: '#461F67'

red 70 ◦ green 31 ◦ blue 103

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

Shades of Blue Diamond #461F67

Tints of Blue Diamond #461F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

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

R = 34.31%
G = 15.2%
B = 50.49%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#461F67 (or 0x461F67) is known color: Blue Diamond. HEX triplet: 46, 1F and 67. RGB value is (70,31,103). Sum of RGB (Red+Green+Blue) = 70+31+103=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #461F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F67 is #B9E098. Grayscale: #323232. Windows color (decimal): -12181657 or 6758214. OLE color: 6758214.

HSL color Cylindrical-coordinate representation of color #461F67: hue angle of 272.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461F67 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 31 103 -
CMYK 0.32 0.70 0 0.60
HSL 272.5º 0.54% 0.26% -
HSV(B) 272.5º 0.7% 0.4% -
XYZ 5.46 3.26 13.17 -
YUV 50.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 70 31 103 0.32 0.70 0 0.60 272.5 0.54 0.26
Hex 46 1F 67 20 46 0 3C 110 36 1A
Octal 106 37 147 40 106 0 74 420 66 32
Binary 1000110 11111 1100111 100000 1000110 0 111100 100010000 110110 11010

Color Harmonies of #461F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F67

Black with #461F67

Text Example


Text Example

White with #461F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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