Html Css Color HEX #4965CE Free Speech Blue

📋 copy color: '#4965CE'

red 73 ◦ green 101 ◦ blue 206

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

Shades of Free Speech Blue #4965CE

Tints of Free Speech Blue #4965CE

RGB

 RED value IS 73 (28.91% from 255) = 19.21%

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

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

R = 19.21%
G = 26.58%
B = 54.21%

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

#4965CE (or 0x4965CE) is known color: Free Speech Blue. HEX triplet: 49, 65 and CE. RGB value is (73,101,206). Sum of RGB (Red+Green+Blue) = 73+101+206=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #4965CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965CE is #B69A31. Grayscale: #686868. Windows color (decimal): -11967026 or 13526345. OLE color: 13526345.

HSL color Cylindrical-coordinate representation of color #4965CE: hue angle of 227.37º 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 #4965CE is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 101 206 -
CMYK 0.65 0.51 0 0.19
HSL 227.37º 0.58% 0.55% -
HSV(B) 227.37º 0.65% 0.81% -
XYZ 18.54 15.18 60.35 -
YUV 104.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 73 101 206 0.65 0.51 0 0.19 227.37 0.58 0.55
Hex 49 65 CE 41 33 0 13 E3 3A 37
Octal 111 145 316 101 63 0 23 343 72 67
Binary 1001001 1100101 11001110 1000001 110011 0 10011 11100011 111010 110111

Color Harmonies of #4965CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4965CE

Black with #4965CE

Text Example


Text Example

White with #4965CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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