Html Css Color HEX #486CBD Free Speech Blue

📋 copy color: '#486CBD'

red 72 ◦ green 108 ◦ blue 189

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

Shades of Free Speech Blue #486CBD

Tints of Free Speech Blue #486CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

 BLUE value IS 189 (74.22% from 255) = 51.22%

R = 19.51%
G = 29.27%
B = 51.22%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#486CBD (or 0x486CBD) is known color: Free Speech Blue. HEX triplet: 48, 6C and BD. RGB value is (72,108,189). Sum of RGB (Red+Green+Blue) = 72+108+189=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #486CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CBD is #B79342. Grayscale: #6A6A6A. Windows color (decimal): -12030787 or 12414024. OLE color: 12414024.

HSL color Cylindrical-coordinate representation of color #486CBD: hue angle of 221.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486CBD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 108 189 -
CMYK 0.62 0.43 0 0.26
HSL 221.54º 0.47% 0.51% -
HSV(B) 221.54º 0.62% 0.74% -
XYZ 17.22 15.78 50.28 -
YUV 106.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 72 108 189 0.62 0.43 0 0.26 221.54 0.47 0.51
Hex 48 6C BD 3E 2B 0 1A DE 2F 33
Octal 110 154 275 76 53 0 32 336 57 63
Binary 1001000 1101100 10111101 111110 101011 0 11010 11011110 101111 110011

Color Harmonies of #486CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CBD

Black with #486CBD

Text Example


Text Example

White with #486CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486CBD; }

 p { color: rgb(72,108,189); }

 H1.HeaderClassName
 {
   color: #486CBD;
 }
 .AnyTagClassName
 {
   color: #486CBD;
 }
</style>

background-color css

<style>
 a { background-color: #486CBD; }

 a { background-color: rgb(72,108,189); }

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

border-color css

<style>
 span { border-color: #486CBD; }

 span { border-color: rgb(72,108,189); }

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