Html Css Color HEX #4F62BA Free Speech Blue

📋 copy color: '#4F62BA'

red 79 ◦ green 98 ◦ blue 186

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

Shades of Free Speech Blue #4F62BA

Tints of Free Speech Blue #4F62BA

RGB

 RED value IS 79 (31.25% from 255) = 21.76%

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

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

R = 21.76%
G = 27%
B = 51.24%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F62BA (or 0x4F62BA) is known color: Free Speech Blue. HEX triplet: 4F, 62 and BA. RGB value is (79,98,186). Sum of RGB (Red+Green+Blue) = 79+98+186=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F62BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F62BA is #B09D45. Grayscale: #656565. Windows color (decimal): -11574598 or 12214863. OLE color: 12214863.

HSL color Cylindrical-coordinate representation of color #4F62BA: hue angle of 229.35º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F62BA is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 98 186 -
CMYK 0.58 0.47 0 0.27
HSL 229.35º 0.44% 0.52% -
HSV(B) 229.35º 0.58% 0.73% -
XYZ 16.46 13.94 48.28 -
YUV 102.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 79 98 186 0.58 0.47 0 0.27 229.35 0.44 0.52
Hex 4F 62 BA 3A 2F 0 1B E5 2C 34
Octal 117 142 272 72 57 0 33 345 54 64
Binary 1001111 1100010 10111010 111010 101111 0 11011 11100101 101100 110100

Color Harmonies of #4F62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F62BA

Black with #4F62BA

Text Example


Text Example

White with #4F62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F62BA; }

 p { color: rgb(79,98,186); }

 H1.HeaderClassName
 {
   color: #4F62BA;
 }
 .AnyTagClassName
 {
   color: #4F62BA;
 }
</style>

background-color css

<style>
 a { background-color: #4F62BA; }

 a { background-color: rgb(79,98,186); }

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

border-color css

<style>
 span { border-color: #4F62BA; }

 span { border-color: rgb(79,98,186); }

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