Html Css Color HEX #495CBA Free Speech Blue

📋 copy color: '#495CBA'

red 73 ◦ green 92 ◦ blue 186

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

Shades of Free Speech Blue #495CBA

Tints of Free Speech Blue #495CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 20.8%
G = 26.21%
B = 52.99%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#495CBA (or 0x495CBA) is known color: Free Speech Blue. HEX triplet: 49, 5C and BA. RGB value is (73,92,186). Sum of RGB (Red+Green+Blue) = 73+92+186=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #495CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CBA is #B6A345. Grayscale: #606060. Windows color (decimal): -11969350 or 12213321. OLE color: 12213321.

HSL color Cylindrical-coordinate representation of color #495CBA: hue angle of 229.91º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495CBA is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 92 186 -
CMYK 0.61 0.51 0 0.27
HSL 229.91º 0.45% 0.51% -
HSV(B) 229.91º 0.61% 0.73% -
XYZ 15.44 12.62 48.08 -
YUV 97.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 73 92 186 0.61 0.51 0 0.27 229.91 0.45 0.51
Hex 49 5C BA 3D 33 0 1B E6 2D 33
Octal 111 134 272 75 63 0 33 346 55 63
Binary 1001001 1011100 10111010 111101 110011 0 11011 11100110 101101 110011

Color Harmonies of #495CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CBA

Black with #495CBA

Text Example


Text Example

White with #495CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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