Html Css Color HEX #495DBA Free Speech Blue

📋 copy color: '#495DBA'

red 73 ◦ green 93 ◦ blue 186

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

Shades of Free Speech Blue #495DBA

Tints of Free Speech Blue #495DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 20.74%
G = 26.42%
B = 52.84%

CMYK

 C value IS 0.61

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#495DBA (or 0x495DBA) is known color: Free Speech Blue. HEX triplet: 49, 5D and BA. RGB value is (73,93,186). Sum of RGB (Red+Green+Blue) = 73+93+186=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #495DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DBA is #B6A245. Grayscale: #616161. Windows color (decimal): -11969094 or 12213577. OLE color: 12213577.

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

Color convert

RGB 73 93 186 -
CMYK 0.61 0.5 0 0.27
HSL 229.38º 0.45% 0.51% -
HSV(B) 229.38º 0.61% 0.73% -
XYZ 15.52 12.79 48.1 -
YUV 97.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 73 93 186 0.61 0.5 0 0.27 229.38 0.45 0.51
Hex 49 5D BA 3D 32 0 1B E5 2D 33
Octal 111 135 272 75 62 0 33 345 55 63
Binary 1001001 1011101 10111010 111101 110010 0 11011 11100101 101101 110011

Color Harmonies of #495DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DBA

Black with #495DBA

Text Example


Text Example

White with #495DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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