Html Css Color HEX #495DB6 Free Speech Blue

📋 copy color: '#495DB6'

red 73 ◦ green 93 ◦ blue 182

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

Shades of Free Speech Blue #495DB6

Tints of Free Speech Blue #495DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52.3%

R = 20.98%
G = 26.72%
B = 52.3%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#495DB6 (or 0x495DB6) is known color: Free Speech Blue. HEX triplet: 49, 5D and B6. RGB value is (73,93,182). Sum of RGB (Red+Green+Blue) = 73+93+182=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #495DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DB6 is #B6A249. Grayscale: #606060. Windows color (decimal): -11969098 or 11951433. OLE color: 11951433.

HSL color Cylindrical-coordinate representation of color #495DB6: hue angle of 228.99º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #495DB6 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 93 182 -
CMYK 0.60 0.49 0 0.29
HSL 228.99º 0.43% 0.5% -
HSV(B) 228.99º 0.6% 0.71% -
XYZ 15.11 12.62 45.9 -
YUV 97.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 73 93 182 0.60 0.49 0 0.29 228.99 0.43 0.5
Hex 49 5D B6 3C 31 0 1D E5 2B 32
Octal 111 135 266 74 61 0 35 345 53 62
Binary 1001001 1011101 10110110 111100 110001 0 11101 11100101 101011 110010

Color Harmonies of #495DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DB6

Black with #495DB6

Text Example


Text Example

White with #495DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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