Html Css Color HEX #46306C Blue Diamond

📋 copy color: '#46306C'

red 70 ◦ green 48 ◦ blue 108

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

Shades of Blue Diamond #46306C

Tints of Blue Diamond #46306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 30.97%
G = 21.24%
B = 47.79%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46306C (or 0x46306C) is known color: Blue Diamond. HEX triplet: 46, 30 and 6C. RGB value is (70,48,108). Sum of RGB (Red+Green+Blue) = 70+48+108=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #46306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46306C is #B9CF93. Grayscale: #3D3D3D. Windows color (decimal): -12177300 or 7090246. OLE color: 7090246.

HSL color Cylindrical-coordinate representation of color #46306C: hue angle of 262º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46306C is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 48 108 -
CMYK 0.35 0.56 0 0.58
HSL 262º 0.38% 0.31% -
HSV(B) 262º 0.56% 0.42% -
XYZ 6.29 4.5 14.72 -
YUV 61.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 70 48 108 0.35 0.56 0 0.58 262 0.38 0.31
Hex 46 30 6C 23 38 0 3A 106 26 1F
Octal 106 60 154 43 70 0 72 406 46 37
Binary 1000110 110000 1101100 100011 111000 0 111010 100000110 100110 11111

Color Harmonies of #46306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46306C

Black with #46306C

Text Example


Text Example

White with #46306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46306C; }

 p { color: rgb(70,48,108); }

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

background-color css

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

 a { background-color: rgb(70,48,108); }

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

border-color css

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

 span { border-color: rgb(70,48,108); }

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