Html Css Color HEX #4460BE Free Speech Blue

📋 copy color: '#4460BE'

red 68 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Blue #4460BE

Tints of Free Speech Blue #4460BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 19.21%
G = 27.12%
B = 53.67%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4460BE (or 0x4460BE) is known color: Free Speech Blue. HEX triplet: 44, 60 and BE. RGB value is (68,96,190). Sum of RGB (Red+Green+Blue) = 68+96+190=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #4460BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460BE is #BB9F41. Grayscale: #616161. Windows color (decimal): -12296002 or 12476484. OLE color: 12476484.

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

Color convert

RGB 68 96 190 -
CMYK 0.64 0.49 0 0.25
HSL 226.23º 0.48% 0.51% -
HSV(B) 226.23º 0.64% 0.75% -
XYZ 15.86 13.31 50.45 -
YUV 98.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 68 96 190 0.64 0.49 0 0.25 226.23 0.48 0.51
Hex 44 60 BE 40 31 0 19 E2 30 33
Octal 104 140 276 100 61 0 31 342 60 63
Binary 1000100 1100000 10111110 1000000 110001 0 11001 11100010 110000 110011

Color Harmonies of #4460BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4460BE

Black with #4460BE

Text Example


Text Example

White with #4460BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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