Html Css Color HEX #4740A6 Blue Gem

📋 copy color: '#4740A6'

red 71 ◦ green 64 ◦ blue 166

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

Shades of Blue Gem #4740A6

Tints of Blue Gem #4740A6

RGB

 RED value IS 71 (28.13% from 255) = 23.59%

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

 BLUE value IS 166 (65.23% from 255) = 55.15%

R = 23.59%
G = 21.26%
B = 55.15%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4740A6 (or 0x4740A6) is known color: Blue Gem. HEX triplet: 47, 40 and A6. RGB value is (71,64,166). Sum of RGB (Red+Green+Blue) = 71+64+166=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 166 (65.23% from 255 or 55.15% from 301); Max value from RGB is 166 - color contains mainly: blue. Hex color #4740A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740A6 is #B8BF59. Grayscale: #4D4D4D. Windows color (decimal): -12107610 or 10895431. OLE color: 10895431.

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

Color convert

RGB 71 64 166 -
CMYK 0.57 0.61 0 0.35
HSL 244.12º 0.44% 0.45% -
HSV(B) 244.12º 0.61% 0.65% -
XYZ 11.31 7.76 36.98 -
YUV 77.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 71 64 166 0.57 0.61 0 0.35 244.12 0.44 0.45
Hex 47 40 A6 39 3D 0 23 F4 2C 2D
Octal 107 100 246 71 75 0 43 364 54 55
Binary 1000111 1000000 10100110 111001 111101 0 100011 11110100 101100 101101

Color Harmonies of #4740A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740A6

Black with #4740A6

Text Example


Text Example

White with #4740A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4740A6; }

 p { color: rgb(71,64,166); }

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

background-color css

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

 a { background-color: rgb(71,64,166); }

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

border-color css

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

 span { border-color: rgb(71,64,166); }

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