Html Css Color HEX #495BBC Free Speech Blue

📋 copy color: '#495BBC'

red 73 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #495BBC

Tints of Free Speech Blue #495BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

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

R = 20.74%
G = 25.85%
B = 53.41%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#495BBC (or 0x495BBC) is known color: Free Speech Blue. HEX triplet: 49, 5B and BC. RGB value is (73,91,188). Sum of RGB (Red+Green+Blue) = 73+91+188=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #495BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495BBC is #B6A443. Grayscale: #606060. Windows color (decimal): -11969604 or 12344137. OLE color: 12344137.

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

Color convert

RGB 73 91 188 -
CMYK 0.61 0.52 0 0.26
HSL 230.61º 0.46% 0.51% -
HSV(B) 230.61º 0.61% 0.74% -
XYZ 15.57 12.53 49.17 -
YUV 96.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 73 91 188 0.61 0.52 0 0.26 230.61 0.46 0.51
Hex 49 5B BC 3D 34 0 1A E7 2E 33
Octal 111 133 274 75 64 0 32 347 56 63
Binary 1001001 1011011 10111100 111101 110100 0 11010 11100111 101110 110011

Color Harmonies of #495BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BBC

Black with #495BBC

Text Example


Text Example

White with #495BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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