Html Css Color HEX #4862BC Free Speech Blue

📋 copy color: '#4862BC'

red 72 ◦ green 98 ◦ blue 188

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

Shades of Free Speech Blue #4862BC

Tints of Free Speech Blue #4862BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 20.11%
G = 27.37%
B = 52.51%

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

#4862BC (or 0x4862BC) is known color: Free Speech Blue. HEX triplet: 48, 62 and BC. RGB value is (72,98,188). Sum of RGB (Red+Green+Blue) = 72+98+188=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4862BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4862BC is #B79D43. Grayscale: #646464. Windows color (decimal): -12033348 or 12345928. OLE color: 12345928.

HSL color Cylindrical-coordinate representation of color #4862BC: hue angle of 226.55º degrees, saturation: 0.46, 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 #4862BC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 98 188 -
CMYK 0.62 0.48 0 0.26
HSL 226.55º 0.46% 0.51% -
HSV(B) 226.55º 0.62% 0.74% -
XYZ 16.12 13.74 49.38 -
YUV 100.49 177.39 107.68 -
System Red Green Blue C M Y K H S L
Decimal 72 98 188 0.62 0.48 0 0.26 226.55 0.46 0.51
Hex 48 62 BC 3E 30 0 1A E3 2E 33
Octal 110 142 274 76 60 0 32 343 56 63
Binary 1001000 1100010 10111100 111110 110000 0 11010 11100011 101110 110011

Color Harmonies of #4862BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4862BC

Black with #4862BC

Text Example


Text Example

White with #4862BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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