Html Css Color HEX #4762BF Free Speech Blue

📋 copy color: '#4762BF'

red 71 ◦ green 98 ◦ blue 191

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

Shades of Free Speech Blue #4762BF

Tints of Free Speech Blue #4762BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.22%

 BLUE value IS 191 (75% from 255) = 53.06%

R = 19.72%
G = 27.22%
B = 53.06%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4762BF (or 0x4762BF) is known color: Free Speech Blue. HEX triplet: 47, 62 and BF. RGB value is (71,98,191). Sum of RGB (Red+Green+Blue) = 71+98+191=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #4762BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4762BF is #B89D40. Grayscale: #646464. Windows color (decimal): -12098881 or 12542535. OLE color: 12542535.

HSL color Cylindrical-coordinate representation of color #4762BF: hue angle of 226.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4762BF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 98 191 -
CMYK 0.63 0.49 0 0.25
HSL 226.5º 0.48% 0.51% -
HSV(B) 226.5º 0.63% 0.75% -
XYZ 16.37 13.84 51.1 -
YUV 100.53 179.05 106.94 -
System Red Green Blue C M Y K H S L
Decimal 71 98 191 0.63 0.49 0 0.25 226.5 0.48 0.51
Hex 47 62 BF 3F 31 0 19 E2 30 33
Octal 107 142 277 77 61 0 31 342 60 63
Binary 1000111 1100010 10111111 111111 110001 0 11001 11100010 110000 110011

Color Harmonies of #4762BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4762BF

Black with #4762BF

Text Example


Text Example

White with #4762BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4762BF; }

 p { color: rgb(71,98,191); }

 H1.HeaderClassName
 {
   color: #4762BF;
 }
 .AnyTagClassName
 {
   color: #4762BF;
 }
</style>

background-color css

<style>
 a { background-color: #4762BF; }

 a { background-color: rgb(71,98,191); }

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

border-color css

<style>
 span { border-color: #4762BF; }

 span { border-color: rgb(71,98,191); }

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