Html Css Color HEX #4463BF Free Speech Blue

📋 copy color: '#4463BF'

red 68 ◦ green 99 ◦ blue 191

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

Shades of Free Speech Blue #4463BF

Tints of Free Speech Blue #4463BF

RGB

 RED value IS 68 (26.95% from 255) = 18.99%

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

 BLUE value IS 191 (75% from 255) = 53.35%

R = 18.99%
G = 27.65%
B = 53.35%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4463BF (or 0x4463BF) is known color: Free Speech Blue. HEX triplet: 44, 63 and BF. RGB value is (68,99,191). Sum of RGB (Red+Green+Blue) = 68+99+191=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #4463BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4463BF is #BB9C40. Grayscale: #636363. Windows color (decimal): -12295233 or 12542788. OLE color: 12542788.

HSL color Cylindrical-coordinate representation of color #4463BF: hue angle of 224.88º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4463BF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 99 191 -
CMYK 0.64 0.48 0 0.25
HSL 224.88º 0.49% 0.51% -
HSV(B) 224.88º 0.64% 0.75% -
XYZ 16.25 13.91 51.12 -
YUV 100.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 68 99 191 0.64 0.48 0 0.25 224.88 0.49 0.51
Hex 44 63 BF 40 30 0 19 E1 31 33
Octal 104 143 277 100 60 0 31 341 61 63
Binary 1000100 1100011 10111111 1000000 110000 0 11001 11100001 110001 110011

Color Harmonies of #4463BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4463BF

Black with #4463BF

Text Example


Text Example

White with #4463BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4463BF; }

 p { color: rgb(68,99,191); }

 H1.HeaderClassName
 {
   color: #4463BF;
 }
 .AnyTagClassName
 {
   color: #4463BF;
 }
</style>

background-color css

<style>
 a { background-color: #4463BF; }

 a { background-color: rgb(68,99,191); }

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

border-color css

<style>
 span { border-color: #4463BF; }

 span { border-color: rgb(68,99,191); }

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