Html Css Color HEX #4740A8 Blue Gem

📋 copy color: '#4740A8'

red 71 ◦ green 64 ◦ blue 168

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

Shades of Blue Gem #4740A8

Tints of Blue Gem #4740A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 55.45%

R = 23.43%
G = 21.12%
B = 55.45%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4740A8 (or 0x4740A8) is known color: Blue Gem. HEX triplet: 47, 40 and A8. RGB value is (71,64,168). Sum of RGB (Red+Green+Blue) = 71+64+168=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #4740A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740A8 is #B8BF57. Grayscale: #4D4D4D. Windows color (decimal): -12107608 or 11026503. OLE color: 11026503.

HSL color Cylindrical-coordinate representation of color #4740A8: hue angle of 244.04º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4740A8 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 71 64 168 -
CMYK 0.58 0.62 0 0.34
HSL 244.04º 0.45% 0.45% -
HSV(B) 244.04º 0.62% 0.66% -
XYZ 11.5 7.83 37.95 -
YUV 77.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 71 64 168 0.58 0.62 0 0.34 244.04 0.45 0.45
Hex 47 40 A8 3A 3E 0 22 F4 2D 2D
Octal 107 100 250 72 76 0 42 364 55 55
Binary 1000111 1000000 10101000 111010 111110 0 100010 11110100 101101 101101

Color Harmonies of #4740A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740A8

Black with #4740A8

Text Example


Text Example

White with #4740A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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