Html Css Color HEX #485DBB Free Speech Blue

📋 copy color: '#485DBB'

red 72 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Blue #485DBB

Tints of Free Speech Blue #485DBB

RGB

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

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

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

R = 20.45%
G = 26.42%
B = 53.13%

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

#485DBB (or 0x485DBB) is known color: Free Speech Blue. HEX triplet: 48, 5D and BB. RGB value is (72,93,187). Sum of RGB (Red+Green+Blue) = 72+93+187=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #485DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DBB is #B7A244. Grayscale: #616161. Windows color (decimal): -12034629 or 12279112. OLE color: 12279112.

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

Color convert

RGB 72 93 187 -
CMYK 0.61 0.50 0 0.27
HSL 229.04º 0.46% 0.51% -
HSV(B) 229.04º 0.61% 0.73% -
XYZ 15.56 12.79 48.66 -
YUV 97.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 72 93 187 0.61 0.50 0 0.27 229.04 0.46 0.51
Hex 48 5D BB 3D 32 0 1B E5 2E 33
Octal 110 135 273 75 62 0 33 345 56 63
Binary 1001000 1011101 10111011 111101 110010 0 11011 11100101 101110 110011

Color Harmonies of #485DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DBB

Black with #485DBB

Text Example


Text Example

White with #485DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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