Html Css Color HEX #495CBC Free Speech Blue

📋 copy color: '#495CBC'

red 73 ◦ green 92 ◦ blue 188

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

Shades of Free Speech Blue #495CBC

Tints of Free Speech Blue #495CBC

RGB

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

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

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

R = 20.68%
G = 26.06%
B = 53.26%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#495CBC (or 0x495CBC) is known color: Free Speech Blue. HEX triplet: 49, 5C and BC. RGB value is (73,92,188). Sum of RGB (Red+Green+Blue) = 73+92+188=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #495CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CBC is #B6A343. Grayscale: #606060. Windows color (decimal): -11969348 or 12344393. OLE color: 12344393.

HSL color Cylindrical-coordinate representation of color #495CBC: hue angle of 230.09º 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 #495CBC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 92 188 -
CMYK 0.61 0.51 0 0.26
HSL 230.09º 0.46% 0.51% -
HSV(B) 230.09º 0.61% 0.74% -
XYZ 15.65 12.7 49.2 -
YUV 97.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 73 92 188 0.61 0.51 0 0.26 230.09 0.46 0.51
Hex 49 5C BC 3D 33 0 1A E6 2E 33
Octal 111 134 274 75 63 0 32 346 56 63
Binary 1001001 1011100 10111100 111101 110011 0 11010 11100110 101110 110011

Color Harmonies of #495CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CBC

Black with #495CBC

Text Example


Text Example

White with #495CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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