Html Css Color HEX #495DBB Free Speech Blue

📋 copy color: '#495DBB'

red 73 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Blue #495DBB

Tints of Free Speech Blue #495DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 20.68%
G = 26.35%
B = 52.97%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#495DBB (or 0x495DBB) is known color: Free Speech Blue. HEX triplet: 49, 5D and BB. RGB value is (73,93,187). Sum of RGB (Red+Green+Blue) = 73+93+187=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #495DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DBB is #B6A244. Grayscale: #616161. Windows color (decimal): -11969093 or 12279113. OLE color: 12279113.

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

Color convert

RGB 73 93 187 -
CMYK 0.61 0.50 0 0.27
HSL 229.47º 0.46% 0.51% -
HSV(B) 229.47º 0.61% 0.73% -
XYZ 15.63 12.83 48.67 -
YUV 97.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 73 93 187 0.61 0.50 0 0.27 229.47 0.46 0.51
Hex 49 5D BB 3D 32 0 1B E5 2E 33
Octal 111 135 273 75 62 0 33 345 56 63
Binary 1001001 1011101 10111011 111101 110010 0 11011 11100101 101110 110011

Color Harmonies of #495DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DBB

Black with #495DBB

Text Example


Text Example

White with #495DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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