Html Css Color HEX #4862BA Free Speech Blue

📋 copy color: '#4862BA'

red 72 ◦ green 98 ◦ blue 186

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

Shades of Free Speech Blue #4862BA

Tints of Free Speech Blue #4862BA

RGB

 RED value IS 72 (28.52% from 255) = 20.22%

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

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

R = 20.22%
G = 27.53%
B = 52.25%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4862BA (or 0x4862BA) is known color: Free Speech Blue. HEX triplet: 48, 62 and BA. RGB value is (72,98,186). Sum of RGB (Red+Green+Blue) = 72+98+186=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4862BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4862BA is #B79D45. Grayscale: #636363. Windows color (decimal): -12033350 or 12214856. OLE color: 12214856.

HSL color Cylindrical-coordinate representation of color #4862BA: hue angle of 226.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4862BA is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 98 186 -
CMYK 0.61 0.47 0 0.27
HSL 226.32º 0.45% 0.51% -
HSV(B) 226.32º 0.61% 0.73% -
XYZ 15.9 13.66 48.25 -
YUV 100.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 72 98 186 0.61 0.47 0 0.27 226.32 0.45 0.51
Hex 48 62 BA 3D 2F 0 1B E2 2D 33
Octal 110 142 272 75 57 0 33 342 55 63
Binary 1001000 1100010 10111010 111101 101111 0 11011 11100010 101101 110011

Color Harmonies of #4862BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4862BA

Black with #4862BA

Text Example


Text Example

White with #4862BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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