Html Css Color HEX #4460C7 Free Speech Blue

📋 copy color: '#4460C7'

red 68 ◦ green 96 ◦ blue 199

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

Shades of Free Speech Blue #4460C7

Tints of Free Speech Blue #4460C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.82%

R = 18.73%
G = 26.45%
B = 54.82%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4460C7 (or 0x4460C7) is known color: Free Speech Blue. HEX triplet: 44, 60 and C7. RGB value is (68,96,199). Sum of RGB (Red+Green+Blue) = 68+96+199=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #4460C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460C7 is #BB9F38. Grayscale: #626262. Windows color (decimal): -12295993 or 13066308. OLE color: 13066308.

HSL color Cylindrical-coordinate representation of color #4460C7: hue angle of 227.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4460C7 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 96 199 -
CMYK 0.66 0.52 0 0.22
HSL 227.18º 0.54% 0.52% -
HSV(B) 227.18º 0.66% 0.78% -
XYZ 16.88 13.72 55.79 -
YUV 99.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 68 96 199 0.66 0.52 0 0.22 227.18 0.54 0.52
Hex 44 60 C7 42 34 0 16 E3 36 34
Octal 104 140 307 102 64 0 26 343 66 64
Binary 1000100 1100000 11000111 1000010 110100 0 10110 11100011 110110 110100

Color Harmonies of #4460C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4460C7

Black with #4460C7

Text Example


Text Example

White with #4460C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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