Html Css Color HEX #4460BB Free Speech Blue

📋 copy color: '#4460BB'

red 68 ◦ green 96 ◦ blue 187

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

Shades of Free Speech Blue #4460BB

Tints of Free Speech Blue #4460BB

RGB

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

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

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

R = 19.37%
G = 27.35%
B = 53.28%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4460BB (or 0x4460BB) is known color: Free Speech Blue. HEX triplet: 44, 60 and BB. RGB value is (68,96,187). Sum of RGB (Red+Green+Blue) = 68+96+187=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #4460BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460BB is #BB9F44. Grayscale: #616161. Windows color (decimal): -12296005 or 12279876. OLE color: 12279876.

HSL color Cylindrical-coordinate representation of color #4460BB: hue angle of 225.88º 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 #4460BB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 96 187 -
CMYK 0.64 0.49 0 0.27
HSL 225.88º 0.47% 0.5% -
HSV(B) 225.88º 0.64% 0.73% -
XYZ 15.54 13.18 48.74 -
YUV 98 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 68 96 187 0.64 0.49 0 0.27 225.88 0.47 0.5
Hex 44 60 BB 40 31 0 1B E2 2F 32
Octal 104 140 273 100 61 0 33 342 57 62
Binary 1000100 1100000 10111011 1000000 110001 0 11011 11100010 101111 110010

Color Harmonies of #4460BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4460BB

Black with #4460BB

Text Example


Text Example

White with #4460BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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