Html Css Color HEX #4960CE Free Speech Blue

📋 copy color: '#4960CE'

red 73 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Blue #4960CE

Tints of Free Speech Blue #4960CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 19.47%
G = 25.6%
B = 54.93%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4960CE (or 0x4960CE) is known color: Free Speech Blue. HEX triplet: 49, 60 and CE. RGB value is (73,96,206). Sum of RGB (Red+Green+Blue) = 73+96+206=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4960CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960CE is #B69F31. Grayscale: #656565. Windows color (decimal): -11968306 or 13525065. OLE color: 13525065.

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

Color convert

RGB 73 96 206 -
CMYK 0.65 0.53 0 0.19
HSL 229.62º 0.58% 0.55% -
HSV(B) 229.62º 0.65% 0.81% -
XYZ 18.07 14.24 60.19 -
YUV 101.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 73 96 206 0.65 0.53 0 0.19 229.62 0.58 0.55
Hex 49 60 CE 41 35 0 13 E6 3A 37
Octal 111 140 316 101 65 0 23 346 72 67
Binary 1001001 1100000 11001110 1000001 110101 0 10011 11100110 111010 110111

Color Harmonies of #4960CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4960CE

Black with #4960CE

Text Example


Text Example

White with #4960CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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