Html Css Color HEX #486BBD Free Speech Blue

📋 copy color: '#486BBD'

red 72 ◦ green 107 ◦ blue 189

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

Shades of Free Speech Blue #486BBD

Tints of Free Speech Blue #486BBD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 19.57%
G = 29.08%
B = 51.36%

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

#486BBD (or 0x486BBD) is known color: Free Speech Blue. HEX triplet: 48, 6B and BD. RGB value is (72,107,189). Sum of RGB (Red+Green+Blue) = 72+107+189=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #486BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BBD is #B79442. Grayscale: #696969. Windows color (decimal): -12031043 or 12413768. OLE color: 12413768.

HSL color Cylindrical-coordinate representation of color #486BBD: hue angle of 222.05º 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 #486BBD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 107 189 -
CMYK 0.62 0.43 0 0.26
HSL 222.05º 0.47% 0.51% -
HSV(B) 222.05º 0.62% 0.74% -
XYZ 17.12 15.57 50.25 -
YUV 105.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 72 107 189 0.62 0.43 0 0.26 222.05 0.47 0.51
Hex 48 6B BD 3E 2B 0 1A DE 2F 33
Octal 110 153 275 76 53 0 32 336 57 63
Binary 1001000 1101011 10111101 111110 101011 0 11010 11011110 101111 110011

Color Harmonies of #486BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BBD

Black with #486BBD

Text Example


Text Example

White with #486BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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