Html Css Color HEX #495FC1 Free Speech Blue

📋 copy color: '#495FC1'

red 73 ◦ green 95 ◦ blue 193

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

Shades of Free Speech Blue #495FC1

Tints of Free Speech Blue #495FC1

RGB

 RED value IS 73 (28.91% from 255) = 20.22%

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 193 (75.78% from 255) = 53.46%

R = 20.22%
G = 26.32%
B = 53.46%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#495FC1 (or 0x495FC1) is known color: Free Speech Blue. HEX triplet: 49, 5F and C1. RGB value is (73,95,193). Sum of RGB (Red+Green+Blue) = 73+95+193=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #495FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FC1 is #B6A03E. Grayscale: #636363. Windows color (decimal): -11968575 or 12672841. OLE color: 12672841.

HSL color Cylindrical-coordinate representation of color #495FC1: hue angle of 229º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495FC1 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 95 193 -
CMYK 0.62 0.51 0 0.24
HSL 229º 0.49% 0.52% -
HSV(B) 229º 0.62% 0.76% -
XYZ 16.47 13.45 52.18 -
YUV 99.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 73 95 193 0.62 0.51 0 0.24 229 0.49 0.52
Hex 49 5F C1 3E 33 0 18 E5 31 34
Octal 111 137 301 76 63 0 30 345 61 64
Binary 1001001 1011111 11000001 111110 110011 0 11000 11100101 110001 110100

Color Harmonies of #495FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FC1

Black with #495FC1

Text Example


Text Example

White with #495FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495FC1; }

 p { color: rgb(73,95,193); }

 H1.HeaderClassName
 {
   color: #495FC1;
 }
 .AnyTagClassName
 {
   color: #495FC1;
 }
</style>

background-color css

<style>
 a { background-color: #495FC1; }

 a { background-color: rgb(73,95,193); }

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

border-color css

<style>
 span { border-color: #495FC1; }

 span { border-color: rgb(73,95,193); }

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