Html Css Color HEX #4640A3 Blue Gem

📋 copy color: '#4640A3'

red 70 ◦ green 64 ◦ blue 163

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

Shades of Blue Gem #4640A3

Tints of Blue Gem #4640A3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

 BLUE value IS 163 (64.06% from 255) = 54.88%

R = 23.57%
G = 21.55%
B = 54.88%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4640A3 (or 0x4640A3) is known color: Blue Gem. HEX triplet: 46, 40 and A3. RGB value is (70,64,163). Sum of RGB (Red+Green+Blue) = 70+64+163=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #4640A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4640A3 is #B9BF5C. Grayscale: #4C4C4C. Windows color (decimal): -12173149 or 10698822. OLE color: 10698822.

HSL color Cylindrical-coordinate representation of color #4640A3: hue angle of 243.64º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4640A3 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 64 163 -
CMYK 0.57 0.61 0 0.36
HSL 243.64º 0.44% 0.45% -
HSV(B) 243.64º 0.61% 0.64% -
XYZ 10.97 7.61 35.54 -
YUV 77.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 70 64 163 0.57 0.61 0 0.36 243.64 0.44 0.45
Hex 46 40 A3 39 3D 0 24 F4 2C 2D
Octal 106 100 243 71 75 0 44 364 54 55
Binary 1000110 1000000 10100011 111001 111101 0 100100 11110100 101100 101101

Color Harmonies of #4640A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4640A3

Black with #4640A3

Text Example


Text Example

White with #4640A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4640A3; }

 p { color: rgb(70,64,163); }

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

background-color css

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

 a { background-color: rgb(70,64,163); }

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

border-color css

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

 span { border-color: rgb(70,64,163); }

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