Html Css Color HEX #4742BA Free Speech Blue

📋 copy color: '#4742BA'

red 71 ◦ green 66 ◦ blue 186

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

Shades of Free Speech Blue #4742BA

Tints of Free Speech Blue #4742BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 21.98%
G = 20.43%
B = 57.59%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4742BA (or 0x4742BA) is known color: Free Speech Blue. HEX triplet: 47, 42 and BA. RGB value is (71,66,186). Sum of RGB (Red+Green+Blue) = 71+66+186=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #4742BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742BA is #B8BD45. Grayscale: #505050. Windows color (decimal): -12107078 or 12206663. OLE color: 12206663.

HSL color Cylindrical-coordinate representation of color #4742BA: hue angle of 242.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4742BA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 66 186 -
CMYK 0.62 0.65 0 0.27
HSL 242.5º 0.48% 0.49% -
HSV(B) 242.5º 0.65% 0.73% -
XYZ 13.41 8.78 47.44 -
YUV 81.18 187.16 120.74 -
System Red Green Blue C M Y K H S L
Decimal 71 66 186 0.62 0.65 0 0.27 242.5 0.48 0.49
Hex 47 42 BA 3E 41 0 1B F2 30 31
Octal 107 102 272 76 101 0 33 362 60 61
Binary 1000111 1000010 10111010 111110 1000001 0 11011 11110010 110000 110001

Color Harmonies of #4742BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742BA

Black with #4742BA

Text Example


Text Example

White with #4742BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4742BA; }

 p { color: rgb(71,66,186); }

 H1.HeaderClassName
 {
   color: #4742BA;
 }
 .AnyTagClassName
 {
   color: #4742BA;
 }
</style>

background-color css

<style>
 a { background-color: #4742BA; }

 a { background-color: rgb(71,66,186); }

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

border-color css

<style>
 span { border-color: #4742BA; }

 span { border-color: rgb(71,66,186); }

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