Html Css Color HEX #4463BB Free Speech Blue

📋 copy color: '#4463BB'

red 68 ◦ green 99 ◦ blue 187

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

Shades of Free Speech Blue #4463BB

Tints of Free Speech Blue #4463BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 19.21%
G = 27.97%
B = 52.82%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4463BB (or 0x4463BB) is known color: Free Speech Blue. HEX triplet: 44, 63 and BB. RGB value is (68,99,187). Sum of RGB (Red+Green+Blue) = 68+99+187=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #4463BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4463BB is #BB9C44. Grayscale: #636363. Windows color (decimal): -12295237 or 12280644. OLE color: 12280644.

HSL color Cylindrical-coordinate representation of color #4463BB: hue angle of 224.37º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4463BB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 99 187 -
CMYK 0.64 0.47 0 0.27
HSL 224.37º 0.47% 0.5% -
HSV(B) 224.37º 0.64% 0.73% -
XYZ 15.82 13.74 48.83 -
YUV 99.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 68 99 187 0.64 0.47 0 0.27 224.37 0.47 0.5
Hex 44 63 BB 40 2F 0 1B E0 2F 32
Octal 104 143 273 100 57 0 33 340 57 62
Binary 1000100 1100011 10111011 1000000 101111 0 11011 11100000 101111 110010

Color Harmonies of #4463BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4463BB

Black with #4463BB

Text Example


Text Example

White with #4463BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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