Html Css Color HEX #4963CD Free Speech Blue

📋 copy color: '#4963CD'

red 73 ◦ green 99 ◦ blue 205

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

Shades of Free Speech Blue #4963CD

Tints of Free Speech Blue #4963CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 19.36%
G = 26.26%
B = 54.38%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4963CD (or 0x4963CD) is known color: Free Speech Blue. HEX triplet: 49, 63 and CD. RGB value is (73,99,205). Sum of RGB (Red+Green+Blue) = 73+99+205=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #4963CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963CD is #B69C32. Grayscale: #666666. Windows color (decimal): -11967539 or 13460297. OLE color: 13460297.

HSL color Cylindrical-coordinate representation of color #4963CD: hue angle of 228.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4963CD is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 99 205 -
CMYK 0.64 0.52 0 0.20
HSL 228.18º 0.57% 0.55% -
HSV(B) 228.18º 0.64% 0.8% -
XYZ 18.23 14.75 59.64 -
YUV 103.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 73 99 205 0.64 0.52 0 0.20 228.18 0.57 0.55
Hex 49 63 CD 40 34 0 14 E4 39 37
Octal 111 143 315 100 64 0 24 344 71 67
Binary 1001001 1100011 11001101 1000000 110100 0 10100 11100100 111001 110111

Color Harmonies of #4963CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4963CD

Black with #4963CD

Text Example


Text Example

White with #4963CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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