Html Css Color HEX #4963CE Free Speech Blue

📋 copy color: '#4963CE'

red 73 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Blue #4963CE

Tints of Free Speech Blue #4963CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

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

R = 19.31%
G = 26.19%
B = 54.5%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4963CE (or 0x4963CE) is known color: Free Speech Blue. HEX triplet: 49, 63 and CE. RGB value is (73,99,206). Sum of RGB (Red+Green+Blue) = 73+99+206=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #4963CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963CE is #B69C31. Grayscale: #666666. Windows color (decimal): -11967538 or 13525833. OLE color: 13525833.

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

Color convert

RGB 73 99 206 -
CMYK 0.65 0.52 0 0.19
HSL 228.27º 0.58% 0.55% -
HSV(B) 228.27º 0.65% 0.81% -
XYZ 18.35 14.8 60.28 -
YUV 103.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 73 99 206 0.65 0.52 0 0.19 228.27 0.58 0.55
Hex 49 63 CE 41 34 0 13 E4 3A 37
Octal 111 143 316 101 64 0 23 344 72 67
Binary 1001001 1100011 11001110 1000001 110100 0 10011 11100100 111010 110111

Color Harmonies of #4963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4963CE

Black with #4963CE

Text Example


Text Example

White with #4963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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