Html Css Color HEX #495ACF Free Speech Blue

📋 copy color: '#495ACF'

red 73 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Blue #495ACF

Tints of Free Speech Blue #495ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 19.73%
G = 24.32%
B = 55.95%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#495ACF (or 0x495ACF) is known color: Free Speech Blue. HEX triplet: 49, 5A and CF. RGB value is (73,90,207). Sum of RGB (Red+Green+Blue) = 73+90+207=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #495ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ACF is #B6A530. Grayscale: #616161. Windows color (decimal): -11969841 or 13589065. OLE color: 13589065.

HSL color Cylindrical-coordinate representation of color #495ACF: hue angle of 232.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495ACF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 90 207 -
CMYK 0.65 0.57 0 0.19
HSL 232.39º 0.58% 0.55% -
HSV(B) 232.39º 0.65% 0.81% -
XYZ 17.67 13.23 60.65 -
YUV 98.26 189.37 109.99 -
System Red Green Blue C M Y K H S L
Decimal 73 90 207 0.65 0.57 0 0.19 232.39 0.58 0.55
Hex 49 5A CF 41 39 0 13 E8 3A 37
Octal 111 132 317 101 71 0 23 350 72 67
Binary 1001001 1011010 11001111 1000001 111001 0 10011 11101000 111010 110111

Color Harmonies of #495ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ACF

Black with #495ACF

Text Example


Text Example

White with #495ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,207); }

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

background-color css

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

 a { background-color: rgb(73,90,207); }

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

border-color css

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

 span { border-color: rgb(73,90,207); }

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