Html Css Color HEX #4862BD Free Speech Blue

📋 copy color: '#4862BD'

red 72 ◦ green 98 ◦ blue 189

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

Shades of Free Speech Blue #4862BD

Tints of Free Speech Blue #4862BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 20.06%
G = 27.3%
B = 52.65%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4862BD (or 0x4862BD) is known color: Free Speech Blue. HEX triplet: 48, 62 and BD. RGB value is (72,98,189). Sum of RGB (Red+Green+Blue) = 72+98+189=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #4862BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4862BD is #B79D42. Grayscale: #646464. Windows color (decimal): -12033347 or 12411464. OLE color: 12411464.

HSL color Cylindrical-coordinate representation of color #4862BD: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4862BD is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 98 189 -
CMYK 0.62 0.48 0 0.26
HSL 226.67º 0.47% 0.51% -
HSV(B) 226.67º 0.62% 0.74% -
XYZ 16.23 13.79 49.95 -
YUV 100.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 72 98 189 0.62 0.48 0 0.26 226.67 0.47 0.51
Hex 48 62 BD 3E 30 0 1A E3 2F 33
Octal 110 142 275 76 60 0 32 343 57 63
Binary 1001000 1100010 10111101 111110 110000 0 11010 11100011 101111 110011

Color Harmonies of #4862BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4862BD

Black with #4862BD

Text Example


Text Example

White with #4862BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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