Html Css Color HEX #495FBC Free Speech Blue

📋 copy color: '#495FBC'

red 73 ◦ green 95 ◦ blue 188

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

Shades of Free Speech Blue #495FBC

Tints of Free Speech Blue #495FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 20.51%
G = 26.69%
B = 52.81%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#495FBC (or 0x495FBC) is known color: Free Speech Blue. HEX triplet: 49, 5F and BC. RGB value is (73,95,188). Sum of RGB (Red+Green+Blue) = 73+95+188=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #495FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FBC is #B6A043. Grayscale: #626262. Windows color (decimal): -11968580 or 12345161. OLE color: 12345161.

HSL color Cylindrical-coordinate representation of color #495FBC: hue angle of 228.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495FBC is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 95 188 -
CMYK 0.61 0.49 0 0.26
HSL 228.52º 0.46% 0.51% -
HSV(B) 228.52º 0.61% 0.74% -
XYZ 15.92 13.23 49.29 -
YUV 99.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 73 95 188 0.61 0.49 0 0.26 228.52 0.46 0.51
Hex 49 5F BC 3D 31 0 1A E5 2E 33
Octal 111 137 274 75 61 0 32 345 56 63
Binary 1001001 1011111 10111100 111101 110001 0 11010 11100101 101110 110011

Color Harmonies of #495FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495FBC

Black with #495FBC

Text Example


Text Example

White with #495FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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