Html Css Color HEX #4865BE Free Speech Blue

📋 copy color: '#4865BE'

red 72 ◦ green 101 ◦ blue 190

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

Shades of Free Speech Blue #4865BE

Tints of Free Speech Blue #4865BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 19.83%
G = 27.82%
B = 52.34%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4865BE (or 0x4865BE) is known color: Free Speech Blue. HEX triplet: 48, 65 and BE. RGB value is (72,101,190). Sum of RGB (Red+Green+Blue) = 72+101+190=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #4865BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865BE is #B79A41. Grayscale: #666666. Windows color (decimal): -12032578 or 12477768. OLE color: 12477768.

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

Color convert

RGB 72 101 190 -
CMYK 0.62 0.47 0 0.25
HSL 225.25º 0.48% 0.51% -
HSV(B) 225.25º 0.62% 0.75% -
XYZ 16.62 14.4 50.62 -
YUV 102.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 72 101 190 0.62 0.47 0 0.25 225.25 0.48 0.51
Hex 48 65 BE 3E 2F 0 19 E1 30 33
Octal 110 145 276 76 57 0 31 341 60 63
Binary 1001000 1100101 10111110 111110 101111 0 11001 11100001 110000 110011

Color Harmonies of #4865BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865BE

Black with #4865BE

Text Example


Text Example

White with #4865BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4865BE; }

 p { color: rgb(72,101,190); }

 H1.HeaderClassName
 {
   color: #4865BE;
 }
 .AnyTagClassName
 {
   color: #4865BE;
 }
</style>

background-color css

<style>
 a { background-color: #4865BE; }

 a { background-color: rgb(72,101,190); }

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

border-color css

<style>
 span { border-color: #4865BE; }

 span { border-color: rgb(72,101,190); }

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