Html Css Color HEX #4865CE Free Speech Blue

📋 copy color: '#4865CE'

red 72 ◦ green 101 ◦ blue 206

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

Shades of Free Speech Blue #4865CE

Tints of Free Speech Blue #4865CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 19%
G = 26.65%
B = 54.35%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4865CE (or 0x4865CE) is known color: Free Speech Blue. HEX triplet: 48, 65 and CE. RGB value is (72,101,206). Sum of RGB (Red+Green+Blue) = 72+101+206=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #4865CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865CE is #B79A31. Grayscale: #676767. Windows color (decimal): -12032562 or 13526344. OLE color: 13526344.

HSL color Cylindrical-coordinate representation of color #4865CE: hue angle of 227.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4865CE is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 101 206 -
CMYK 0.65 0.51 0 0.19
HSL 227.01º 0.58% 0.55% -
HSV(B) 227.01º 0.65% 0.81% -
XYZ 18.47 15.14 60.34 -
YUV 104.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 72 101 206 0.65 0.51 0 0.19 227.01 0.58 0.55
Hex 48 65 CE 41 33 0 13 E3 3A 37
Octal 110 145 316 101 63 0 23 343 72 67
Binary 1001000 1100101 11001110 1000001 110011 0 10011 11100011 111010 110111

Color Harmonies of #4865CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865CE

Black with #4865CE

Text Example


Text Example

White with #4865CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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