Html Css Color HEX #495CBF Free Speech Blue

📋 copy color: '#495CBF'

red 73 ◦ green 92 ◦ blue 191

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

Shades of Free Speech Blue #495CBF

Tints of Free Speech Blue #495CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 191 (75% from 255) = 53.65%

R = 20.51%
G = 25.84%
B = 53.65%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#495CBF (or 0x495CBF) is known color: Free Speech Blue. HEX triplet: 49, 5C and BF. RGB value is (73,92,191). Sum of RGB (Red+Green+Blue) = 73+92+191=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #495CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CBF is #B6A340. Grayscale: #616161. Windows color (decimal): -11969345 or 12541001. OLE color: 12541001.

HSL color Cylindrical-coordinate representation of color #495CBF: hue angle of 230.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495CBF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 92 191 -
CMYK 0.62 0.52 0 0.25
HSL 230.34º 0.48% 0.52% -
HSV(B) 230.34º 0.62% 0.75% -
XYZ 15.98 12.83 50.92 -
YUV 97.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 73 92 191 0.62 0.52 0 0.25 230.34 0.48 0.52
Hex 49 5C BF 3E 34 0 19 E6 30 34
Octal 111 134 277 76 64 0 31 346 60 64
Binary 1001001 1011100 10111111 111110 110100 0 11001 11100110 110000 110100

Color Harmonies of #495CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CBF

Black with #495CBF

Text Example


Text Example

White with #495CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,191); }

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

background-color css

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

 a { background-color: rgb(73,92,191); }

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

border-color css

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

 span { border-color: rgb(73,92,191); }

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