Html Css Color HEX #46269C Blue Gem

📋 copy color: '#46269C'

red 70 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #46269C

Tints of Blue Gem #46269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 26.52%
G = 14.39%
B = 59.09%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46269C (or 0x46269C) is known color: Blue Gem. HEX triplet: 46, 26 and 9C. RGB value is (70,38,156). Sum of RGB (Red+Green+Blue) = 70+38+156=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #46269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46269C is #B9D963. Grayscale: #3C3C3C. Windows color (decimal): -12179812 or 10233414. OLE color: 10233414.

HSL color Cylindrical-coordinate representation of color #46269C: hue angle of 256.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46269C is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 38 156 -
CMYK 0.55 0.76 0 0.39
HSL 256.27º 0.61% 0.38% -
HSV(B) 256.27º 0.76% 0.61% -
XYZ 9.22 5.09 31.95 -
YUV 61.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 70 38 156 0.55 0.76 0 0.39 256.27 0.61 0.38
Hex 46 26 9C 37 4C 0 27 100 3D 26
Octal 106 46 234 67 114 0 47 400 75 46
Binary 1000110 100110 10011100 110111 1001100 0 100111 100000000 111101 100110

Color Harmonies of #46269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46269C

Black with #46269C

Text Example


Text Example

White with #46269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,38,156); }

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

background-color css

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

 a { background-color: rgb(70,38,156); }

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

border-color css

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

 span { border-color: rgb(70,38,156); }

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