Html Css Color HEX #485DBE Free Speech Blue

📋 copy color: '#485DBE'

red 72 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #485DBE

Tints of Free Speech Blue #485DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 20.28%
G = 26.2%
B = 53.52%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#485DBE (or 0x485DBE) is known color: Free Speech Blue. HEX triplet: 48, 5D and BE. RGB value is (72,93,190). Sum of RGB (Red+Green+Blue) = 72+93+190=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #485DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DBE is #B7A241. Grayscale: #616161. Windows color (decimal): -12034626 or 12475720. OLE color: 12475720.

HSL color Cylindrical-coordinate representation of color #485DBE: hue angle of 229.32º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #485DBE is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 93 190 -
CMYK 0.62 0.51 0 0.25
HSL 229.32º 0.48% 0.51% -
HSV(B) 229.32º 0.62% 0.75% -
XYZ 15.88 12.92 50.37 -
YUV 97.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 72 93 190 0.62 0.51 0 0.25 229.32 0.48 0.51
Hex 48 5D BE 3E 33 0 19 E5 30 33
Octal 110 135 276 76 63 0 31 345 60 63
Binary 1001000 1011101 10111110 111110 110011 0 11001 11100101 110000 110011

Color Harmonies of #485DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DBE

Black with #485DBE

Text Example


Text Example

White with #485DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,190); }

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

background-color css

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

 a { background-color: rgb(72,93,190); }

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

border-color css

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

 span { border-color: rgb(72,93,190); }

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