Html Css Color HEX #485EC1 Free Speech Blue

📋 copy color: '#485EC1'

red 72 ◦ green 94 ◦ blue 193

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

Shades of Free Speech Blue #485EC1

Tints of Free Speech Blue #485EC1

RGB

 RED value IS 72 (28.52% from 255) = 20.06%

 GREEN value IS 94 (37.11% from 255) = 26.18%

 BLUE value IS 193 (75.78% from 255) = 53.76%

R = 20.06%
G = 26.18%
B = 53.76%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#485EC1 (or 0x485EC1) is known color: Free Speech Blue. HEX triplet: 48, 5E and C1. RGB value is (72,94,193). Sum of RGB (Red+Green+Blue) = 72+94+193=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 193 (75.78% from 255 or 53.76% from 359); Max value from RGB is 193 - color contains mainly: blue. Hex color #485EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EC1 is #B7A13E. Grayscale: #626262. Windows color (decimal): -12034367 or 12672584. OLE color: 12672584.

HSL color Cylindrical-coordinate representation of color #485EC1: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #485EC1 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 94 193 -
CMYK 0.63 0.51 0 0.24
HSL 229.09º 0.49% 0.52% -
HSV(B) 229.09º 0.63% 0.76% -
XYZ 16.3 13.23 52.15 -
YUV 98.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 72 94 193 0.63 0.51 0 0.24 229.09 0.49 0.52
Hex 48 5E C1 3F 33 0 18 E5 31 34
Octal 110 136 301 77 63 0 30 345 61 64
Binary 1001000 1011110 11000001 111111 110011 0 11000 11100101 110001 110100

Color Harmonies of #485EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EC1

Black with #485EC1

Text Example


Text Example

White with #485EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485EC1; }

 p { color: rgb(72,94,193); }

 H1.HeaderClassName
 {
   color: #485EC1;
 }
 .AnyTagClassName
 {
   color: #485EC1;
 }
</style>

background-color css

<style>
 a { background-color: #485EC1; }

 a { background-color: rgb(72,94,193); }

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

border-color css

<style>
 span { border-color: #485EC1; }

 span { border-color: rgb(72,94,193); }

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